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

8 lines
204 B
TypeScript
Raw Normal View History

2022-05-23 05:25:08 +00:00
declare module 'gridicons/dist/*' {
const value: React.ElementType< {
size?: 12 | 18 | 24 | 36 | 48 | 54 | 72;
onClick?: ( event: MouseEvent | KeyboardEvent ) => void;
} >;
export default value;
}