mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
types(@vant/icons): add config type definition (#8195)
This commit is contained in:
parent
94dcf6964a
commit
f6abc99f58
@ -3,6 +3,7 @@
|
||||
"version": "1.5.2",
|
||||
"description": "vant icons",
|
||||
"main": "./src/config.js",
|
||||
"types": "./src/config.d.ts",
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
|
7
packages/vant-icons/src/config.d.ts
vendored
Normal file
7
packages/vant-icons/src/config.d.ts
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
declare const config: {
|
||||
name: string;
|
||||
basic: string[];
|
||||
outline: string[];
|
||||
filled: string[];
|
||||
};
|
||||
export default config;
|
Loading…
x
Reference in New Issue
Block a user