UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 203 B
import type { ComponentPropsWithRef, ComponentRef } from 'react'; export type FormControlCarcassLabelRef = ComponentRef<'span'>; export type FormControlCarcassLabelProps = ComponentPropsWithRef<'span'>;