20 lines
490 B
TypeScript
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[];
|
|
};
|