UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

9 lines (8 loc) 251 B
/// <reference types="react" /> interface Props { color?: string; boxSize?: string; } export declare const BlinkInnerGreen: (props: Props) => JSX.Element; export declare const BlinkOuterGreen: (props: Props) => JSX.Element; export {};