UNPKG

@impossiblefinance/uikit

Version:
9 lines (8 loc) 200 B
export declare const scales: { readonly SM: "sm"; readonly MD: "md"; }; export declare type Scales = typeof scales[keyof typeof scales]; export interface CheckboxProps { scale?: Scales; }