UNPKG

@thinkbuff/figma-react

Version:

A Figma React UI components for creating plugins and widgets

4 lines (3 loc) 279 B
import * as LabelPrimitive from '@radix-ui/react-label'; declare const Label: import('react').ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & import('react').RefAttributes<HTMLLabelElement>, "ref"> & import('react').RefAttributes<HTMLLabelElement>>; export { Label };