UNPKG

1.09 kBTypeScriptView Raw
1export declare const scrollable: {
2 props: {
3 'data-polaris-scrollable': boolean;
4 };
5 selector: string;
6};
7export declare const overlay: {
8 props: {
9 'data-polaris-overlay': boolean;
10 };
11 selector: string;
12};
13export declare const layer: {
14 props: {
15 'data-polaris-layer': boolean;
16 };
17 selector: string;
18};
19export declare const unstyled: {
20 props: {
21 'data-polaris-unstyled': boolean;
22 };
23 selector: string;
24};
25export declare const dataPolarisTopBar: {
26 props: {
27 'data-polaris-top-bar': boolean;
28 };
29 selector: string;
30};
31export declare const headerCell: {
32 props: {
33 'data-polaris-header-cell': boolean;
34 };
35 selector: string;
36};
37export declare const portal: {
38 props: string[];
39 selector: string;
40};
41export declare const DATA_ATTRIBUTE: {
42 overlay: {
43 props: {
44 'data-polaris-overlay': boolean;
45 };
46 selector: string;
47 };
48 layer: {
49 props: {
50 'data-polaris-layer': boolean;
51 };
52 selector: string;
53 };
54};