@shopify/polaris
Version:
Shopify’s product component library
25 lines (24 loc) • 476 B
TypeScript
export declare const scrollable: {
props: {
'data-polaris-scrollable': boolean;
};
selector: string;
};
export declare const overlay: {
props: {
'data-polaris-overlay': boolean;
};
selector: string;
};
export declare const layer: {
props: {
'data-polaris-layer': boolean;
};
selector: string;
};
export declare const unstyled: {
props: {
'data-polaris-unstyled': boolean;
};
selector: string;
};