更新
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
export declare const API_DEPS_CSS: (isX: boolean) => {
|
||||
showModal: string[];
|
||||
showToast: string[];
|
||||
showActionSheet: string[];
|
||||
previewImage: string[];
|
||||
openLocation: string[];
|
||||
chooseLocation: string[];
|
||||
};
|
||||
export declare const COMPONENT_DEPS_CSS: (isX: boolean) => {
|
||||
canvas: string[];
|
||||
image: string[];
|
||||
'movable-area': string[];
|
||||
'picker-view': string[];
|
||||
'picker-view-column': string[];
|
||||
'rich-text': string[];
|
||||
textarea: string[];
|
||||
'web-view': string[];
|
||||
picker: string[];
|
||||
'scroll-view': string[];
|
||||
'list-view': string[];
|
||||
};
|
||||
Reference in New Issue
Block a user