UNPKG

@devfamily/admiral

Version:

Admiral is a frontend framework for creating back office using React. It provides out-of-the-box components and tools that make developing an admin interface easy and fast.

5 lines (4 loc) 256 B
import * as React from 'react'; import { NotificationContentProps, NotificationProps } from './interfaces'; export declare const NotificationContent: React.FC<NotificationContentProps>; export declare const Notification: (args: NotificationProps) => void;