UNPKG

@carton-org/react-neumorphism

Version:

A React component library implementing the neumorphism design style

16 lines 925 B
import { Sizes } from '../../constants'; export declare const StyledCheckboxContainer: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const StyledHiddenInput: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; }, import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>; export declare const StyledCheckboxLabel: import('@emotion/styled').StyledComponent<{ theme?: import('@emotion/react').Theme; as?: React.ElementType; } & { $size: Sizes; }, import('react').DetailedHTMLProps<import('react').LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>; //# sourceMappingURL=checkbox.styles.d.ts.map