mirror of
https://github.com/jekip/naive-ui-admin.git
synced 2026-03-01 00:23:11 +08:00
fix Bug or add docs
This commit is contained in:
6
types/index.d.ts
vendored
6
types/index.d.ts
vendored
@@ -8,6 +8,12 @@ declare interface PromiseFn<T = any, R = T> {
|
||||
|
||||
declare type RefType<T> = T | null;
|
||||
|
||||
declare type LabelValueOptions = {
|
||||
label: string;
|
||||
value: any;
|
||||
disabled: boolean;
|
||||
[key: string]: string | number | boolean;
|
||||
}[];
|
||||
|
||||
declare type EmitType = (event: string, ...args: any[]) => void;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user