mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-02 11:47:47 +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
|
|
}
|
|
}
|