UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

17 lines (13 loc) 300 B
export interface Polaris { VERSION: string; } declare global { interface Window { Polaris: Polaris; } } if (typeof window !== 'undefined') { window.Polaris = window.Polaris || {}; window.Polaris.VERSION = '{{POLARIS_VERSION}}'; } export const polarisVersion = '{{POLARIS_VERSION}}';