react-notifications-component-updated
Version:
React component for creating notifications on the fly
4 lines (3 loc) • 311 B
TypeScript
import { iNotification, iNotificationCustomType } from '../../src/typings';
export declare function validateTransition(notification: iNotification, transition: string): void;
export declare const validators: (({ content, type: _type }: iNotification, userDefinedTypes: iNotificationCustomType[]) => void)[];