UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

10 lines (7 loc) 261 B
import { RefAttributes } from 'react'; import { LabelProps as LabelProps$1 } from 'react-aria-components'; type LabelProps = LabelProps$1 & RefAttributes<HTMLLabelElement> & { isDisabled?: boolean; isRequired?: boolean; }; export type { LabelProps };