@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
5 lines (4 loc) • 437 B
TypeScript
import { IToggleWithLabelStyled, LABEL_POSITION } from './types/toggleWithLabel';
export declare const ToggleWithLabelStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").FieldsetHTMLAttributes<HTMLFieldSetElement>, HTMLFieldSetElement>, IToggleWithLabelStyled & {
labelPosition?: LABEL_POSITION;
}>> & string;