mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-24 04:40:17 +08:00
15 lines
465 B
TypeScript
15 lines
465 B
TypeScript
declare const styles: {
|
|
readonly 'button-tab': string;
|
|
readonly 'button-tab_dark': string;
|
|
readonly 'button-tab_active': string;
|
|
readonly 'button-tab_active_dark': string;
|
|
readonly icon_close: string;
|
|
readonly 'chrome-tab': string;
|
|
readonly 'chrome-tab_active': string;
|
|
readonly 'chrome-tab__bg': string;
|
|
readonly 'chrome-tab_active_dark': string;
|
|
readonly 'chrome-tab_dark': string;
|
|
readonly 'chrome-tab-divider': string;
|
|
};
|
|
export = styles;
|