UNPKG

reablocks

Version:
14 lines (13 loc) 305 B
export interface DialogTheme { base: string; inner: string; content: string; footer: string; header: { base: string; text: string; closeButton: string; }; } export declare const dialogTheme: DialogTheme; export declare const legacyDialogTheme: DialogTheme;