mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-27 20:29:01 +08:00
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
import type { Config } from 'windicss/types/interfaces';
|
|
|
|
export interface WindicssBuildConfig {
|
|
windicss: {
|
|
config: Config
|
|
}
|
|
}
|