UNPKG

@useloops/design-system

Version:

The official React based Loops design system

7 lines (4 loc) 221 B
import * as react from 'react'; import { LabelProps } from './types.js'; declare const Label: react.ForwardRefExoticComponent<Omit<LabelProps, "ref"> & react.RefAttributes<HTMLDivElement>>; export { Label as default };