UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

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