UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

11 lines (10 loc) 269 B
/// <reference types="react" /> interface Props { color?: string; boxSize?: string; border?: string; borderColor?: string; borderRadius?: string; } export declare const CircleIcon: (props: Props) => JSX.Element; export default CircleIcon;