UNPKG

@hackplan/polaris

Version:

Shopify’s product component library

10 lines (9 loc) 185 B
export interface Polaris { VERSION: string; } declare global { interface Window { Polaris: Polaris; } } export declare const polarisVersion = "{{POLARIS_VERSION}}";