uni-ticket-system/node_modules/@dcloudio/uni-cli-shared/dist/deps.d.ts
2023-12-05 10:11:10 +08:00

20 lines
490 B
TypeScript

export declare const API_DEPS_CSS: {
showModal: string[];
showToast: string[];
showActionSheet: string[];
previewImage: string[];
openLocation: string[];
chooseLocation: string[];
};
export declare const COMPONENT_DEPS_CSS: {
canvas: string[];
image: string[];
'movable-area': string[];
'picker-view': string[];
'picker-view-column': string[];
'rich-text': string[];
textarea: string[];
'web-view': string[];
picker: string[];
};