UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

4 lines (2 loc) 275 B
type NativeProps<NativeElement extends keyof React.ReactHTML, OmittedKeys extends string | number | symbol | undefined = undefined> = Omit<React.JSX.IntrinsicElements[NativeElement], OmittedKeys extends undefined ? 'ref' : 'ref' | OmittedKeys>; export type { NativeProps };