UNPKG

mainstack-library

Version:

component library for the mainstack frontend task

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