UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

7 lines (6 loc) 243 B
import { LabelProps } from '../../types/components/label.types'; declare const Label: { ({ children, color, variant, size, ...props }: LabelProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Label;