New Huajishe Check ChaoXing
This commit is contained in:
16
HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/drawer/drawer.d.ts
vendored
Normal file
16
HuajisheCheckChaoXing/miniprogram_npm/tdesign-miniprogram/drawer/drawer.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { ComponentsOptionsType, SuperComponent } from '../common/src/index';
|
||||
export default class Drawer extends SuperComponent {
|
||||
behaviors: string[];
|
||||
externalClasses: any[];
|
||||
options: ComponentsOptionsType;
|
||||
properties: import("./type").TdDrawerProps;
|
||||
data: {
|
||||
classPrefix: string;
|
||||
};
|
||||
methods: {
|
||||
visibleChange({ detail }: {
|
||||
detail: any;
|
||||
}): void;
|
||||
itemClick(detail: any): void;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user