UNPKG

choerodon-ui

Version:

An enterprise-class UI design language and React-based implementation

8 lines (7 loc) 229 B
export interface NoticeLocale { total: string; message: string; closeAll: string; } export declare function changeNoticeLocale(newLocale?: NoticeLocale): void; export declare function getNoticeLocale(): NoticeLocale;