fix(projects): fix build [unocss]: build failed to load icon "close", fixed #319

This commit is contained in:
Soybean
2024-02-20 21:57:17 +08:00
parent 114c835921
commit c18d82f9f8
4 changed files with 9 additions and 9 deletions

View File

@@ -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;