mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-09 02:03:43 +08:00
fix(projects): fix build [unocss]: build failed to load icon "close", fixed #319
This commit is contained in:
@@ -3,13 +3,13 @@ declare const styles: {
|
||||
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;
|
||||
readonly 'svg-close': string;
|
||||
};
|
||||
|
||||
export default styles;
|
||||
|
||||
Reference in New Issue
Block a user