jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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[];
};