woocommerce/packages/js/remote-logging/typings/global.d.ts

11 lines
179 B
TypeScript

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