woocommerce/packages/js/components/typings/global.d.ts

12 lines
206 B
TypeScript

declare global {
interface Window {
wcSettings: {
variationTitleAttributesSeparator?: string;
};
}
}
/*~ If your module exports nothing, you'll need this line. Otherwise, delete it */
export {};