UNPKG

lumarc-grid

Version:

lumArc Grid는 고성능, 유연하고 프레임워크에 구애받지 않는 데이터 그리드 라이브러리

6 lines 472 B
import { VariantProps } from 'class-variance-authority'; import * as React from "react"; import * as LabelPrimitive from "@radix-ui/react-label"; declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import('class-variance-authority/types').ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>; export { Label }; //# sourceMappingURL=label.d.ts.map