UNPKG

@keen.io/ui-core

Version:

Keen visual components library

8 lines (7 loc) 327 B
import { LabelVariant } from './types'; export declare const StyledLabel: import("styled-components").StyledComponent<"label", any, { hasError?: boolean; disabled?: boolean; variant: LabelVariant; }, never>; export declare const Asterisk: import("styled-components").StyledComponent<"span", any, {}, never>;