react-life-design
Version:
Life Design UI components
10 lines (9 loc) • 320 B
TypeScript
export declare const RadioItem: import("styled-components").StyledComponent<"input", any, {
type: "radio";
} & {
isClassic?: boolean | undefined;
}, "type">;
export declare const LabelItem: import("styled-components").StyledComponent<"label", any, {
htmlFor: string;
css?: string | undefined;
}, never>;