woocommerce/packages/woocommerce-admin/typings/global.d.ts
2021-12-10 12:03:04 +00:00

12 lines
225 B
TypeScript

declare global {
interface Window {
wcSettings: {
preloadOptions: Record< string, unknown >;
adminUrl: string;
};
}
}
/*~ If your module exports nothing, you'll need this line. Otherwise, delete it */
export {};