UNPKG

nestedreact

Version:

Advanced models, state management, and data binding solution for React

10 lines (9 loc) 159 B
declare global { interface Window { Page: { forceResize(); }; } } export default function use(View: any): any; export {};