2025-04-19 15:38:48 +08:00

6 lines
194 B
TypeScript

interface NotificationProps {
message: string;
}
declare function Notification(props: NotificationProps): JSX.Element;
export default Notification;
//# sourceMappingURL=Notification.d.ts.map