File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import type { HTMLAttributes } from "react"
22import rc from "react-classmate"
33
4- import { H3Headline , H4Headline , type HeadlineComponentProps } from "#components/common/Headline"
4+ import { H3Headline , H4Headline } from "#components/common/Headline"
55import Notebox from "#components/common/Notebox"
66
77export const Section = rc . extend ( Notebox ) `mb-8`
Original file line number Diff line number Diff line change 11{
22 "name" : " react-classmate" ,
33 "description" : " A react tool to separate class name logic, create variants and manage styles." ,
4- "version" : " 1.0.23 " ,
4+ "version" : " 1.0.24 " ,
55 "author" : " https://github.com/richard-unterberg" ,
66 "homepage" : " https://react-classmate.dev/" ,
77 "repository" : {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export type InputComponent =
3131 * @typeParam P - Props of the component.
3232 */
3333export interface RcBaseComponent < P >
34- extends ForwardRefExoticComponent < PropsWithoutRef < P > & RefAttributes < HTMLElement > > {
34+ extends ForwardRefExoticComponent < PropsWithoutRef < P > & RefAttributes < any > > {
3535 __rcComputeClassName ?: ( props : P ) => string
3636 __rcTag ?: keyof React . JSX . IntrinsicElements | JSXElementConstructor < any >
3737 __rcStyles ?: StyleDefinition < P > | ( ( props : P ) => StyleDefinition < P > )
You can’t perform that action at this time.
0 commit comments