mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-30 02:09:16 +08:00
8 lines
134 B
TypeScript
8 lines
134 B
TypeScript
declare const config: {
|
|
name: string;
|
|
basic: string[];
|
|
outline: string[];
|
|
filled: string[];
|
|
};
|
|
export default config;
|