export interface SemiWebpackPluginOptions { theme?: SemiThemeOptions | SemiThemeOptions['name']; cssLayer?: boolean; prefixCls?: string; variables?: Record; include?: string; omitCss?: boolean; webComponentPath?: boolean | RegExp; } export interface SemiThemeOptions { name?: string; }