ruoyi-plus-soybean/packages/materials/src/libs/page-tab/index.module.css.d.ts

16 lines
472 B
TypeScript
Raw Normal View History

2023-11-17 08:45:00 +08:00
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;
};
2023-12-14 21:45:29 +08:00
export default styles;