UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

8 lines (7 loc) 202 B
/// <reference types="react" /> interface Props { color?: string; boxSize?: string; } export declare const CheckboxChecked: (props: Props) => JSX.Element; export default CheckboxChecked;