UNPKG

react-notifications-component-updated

Version:
4 lines (3 loc) 311 B
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)[];