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

11 lines
192 B
TypeScript
Raw Normal View History

2022-05-23 05:25:08 +00:00
import wpData from '@wordpress/data';
declare global {
const wp: {
data: typeof wpData
};
}
/*~ If your module exports nothing, you'll need this line. Otherwise, delete it */
export {};