woocommerce/plugins/woocommerce-admin/client/customize-store/global.d.ts

11 lines
199 B
TypeScript

declare global {
interface Window {
wcBlockSettings: {
[ key: string ]: unknown;
};
}
}
/*~ If your module exports nothing, you'll need this line. Otherwise, delete it */
export {};