UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

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