UNPKG

hh-ui-components

Version:
8 lines (7 loc) 163 B
import { FC } from "react"; export interface AddProps { className?: string; stroke?: string; } export declare const Add: FC<AddProps>; export default Add;