UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

10 lines (9 loc) 259 B
/// <reference types="react" /> interface Props { color?: string; boxSize?: string; backgroundColor?: string; borderRadius?: string; } export declare const AccountOutline: (props: Props) => JSX.Element; export default AccountOutline;