mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +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
|
|
}
|
|
}
|