@hackplan/polaris
Version:
Shopify’s product component library
59 lines (58 loc) • 1.14 kB
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;
};
export declare const dataPolarisTopBar: {
props: {
'data-polaris-top-bar': boolean;
};
selector: string;
};
export declare const headerCell: {
props: {
'data-polaris-header-cell': boolean;
};
selector: string;
};
export declare const DATA_ATTRIBUTE: {
overlay: {
props: {
'data-polaris-overlay': boolean;
};
selector: string;
};
layer: {
props: {
'data-polaris-layer': boolean;
};
selector: string;
};
};
export declare enum Duration {
Instant = 0,
Fast = 100,
Base = 200,
Slow = 300,
Slower = 400,
Slowest = 500
}