UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

8 lines (7 loc) 166 B
import React from "react"; interface HomeIconProps { color?: string; className?: string; } export declare const HomeIcon: React.FC<HomeIconProps>; export {};