mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-24 18:36:10 +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
|
|
}
|
|
}
|