This commit is contained in:
theluyuan 2024-09-24 17:04:44 +08:00
parent 8a99652c70
commit 9a33139a88
4 changed files with 477 additions and 632 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,3 +1,3 @@
export declare type StringObject = Record<string, unknown>; export type StringObject = Record<string, unknown>;
export interface InstallOptions extends StringObject { export interface InstallOptions extends StringObject {
} }

View File

@ -4,7 +4,7 @@ export declare function calculateArea(type: any, area: any, offset: any): any[];
export declare function calculateBaseArea(area: any): any[]; export declare function calculateBaseArea(area: any): any[];
export declare function calculateDrawerArea(offset: any, drawerArea?: string[] | string): string[]; export declare function calculateDrawerArea(offset: any, drawerArea?: string[] | string): string[];
export declare function calculateOffset(offset: any, area: any, type: any): any[]; export declare function calculateOffset(offset: any, area: any, type: any): any[];
export declare function calculateType(modalType: number | string): 1 | 0 | 2 | 3 | 4 | 5 | 6; export declare function calculateType(modalType: number | string): 0 | 1 | 2 | 3 | 4 | 5 | 6;
export declare function calculateContent(title: any, height: any, btn: any, type: any, isMessage?: boolean): string | undefined; export declare function calculateContent(title: any, height: any, btn: any, type: any, isMessage?: boolean): string | undefined;
export declare function maxArea(): { export declare function maxArea(): {
w: string; w: string;