UNPKG

tdesign-react

Version:
9 lines (8 loc) 393 B
import React from 'react'; import { NotificationInstance, TdNotificationProps } from './type'; import { StyledProps } from '../common'; export interface NotificationProps extends TdNotificationProps, StyledProps { id?: string; } export declare const Notification: React.ForwardRefExoticComponent<NotificationProps & React.RefAttributes<NotificationInstance>>; export default Notification;