3 lines
159 B
TypeScript
3 lines
159 B
TypeScript
import type { ICheckboxStyleProps, ICheckboxStyles } from './Checkbox.types';
|
|
export declare const getStyles: (props: ICheckboxStyleProps) => ICheckboxStyles;
|