@shopify/polaris
Version:
Shopify’s product component library
33 lines (32 loc) • 610 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;
};
export declare enum Duration {
Instant = 0,
Fast = 100,
Base = 200,
Slow = 300,
Slower = 400,
Slowest = 500
}