UNPKG

@ozen-ui/kit

Version:

React component library

4 lines (3 loc) 218 B
import type { FormControlCarcassHintProps, FormControlCarcassHintRef } from '../../FormControlCarcass'; export type ToggleHintRef = FormControlCarcassHintRef; export type ToggleHintProps = FormControlCarcassHintProps;