tdesign-react
Version:
TDesign Component for React
7 lines (6 loc) • 439 B
TypeScript
import './style/index.js';
export * from './type';
export declare const Notification: import("react").ForwardRefExoticComponent<import("./Notification").NotificationProps & import("react").RefAttributes<import("./type").NotificationInstance>>;
export declare const notification: import("./NotificationPlugin").Notification;
export declare const NotificationPlugin: import("./NotificationPlugin").Notification;
export default Notification;