fix(uni-app): 🐛 安装类型依赖
This commit is contained in:
@@ -3,6 +3,7 @@ import { ComponentPublicInstance } from "vue";
|
||||
type CustomClassObj = Record<string, boolean>;
|
||||
type CustomClass = string | Array<string> | CustomClassObj;
|
||||
type DistCustomClass = Record<string, true>;
|
||||
|
||||
export function createCustomClassObj(customClass: string): DistCustomClass;
|
||||
export function createCustomClassObj(
|
||||
customClass: Array<string>,
|
||||
|
||||
Reference in New Issue
Block a user