File "index.d.ts"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/woocommerce/packages/woocommerce-admin/typings/index.d.ts
File size: 363 bytes
MIME-type: text/plain
Charset: utf-8

declare module '@woocommerce/e2e-utils';
declare module '@woocommerce/e2e-environment';
declare module '@wordpress/data';
declare module '@wordpress/compose';
declare module 'gridicons/dist/*' {
	const value: React.ElementType< {
		size?: 12 | 18 | 24 | 36 | 48 | 54 | 72;
		onClick?: ( event: MouseEvent | KeyboardEvent ) => void;
	} >;
	export default value;
}