UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

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