/** * 使用 setup + return render function 的形式,组件的内部状态不会暴露到开发者工具中 * 这导致开发体验会比较差,所以封装了该 hooks * */ export declare const useDevtoolsExpose: (state: any) => void; //# sourceMappingURL=useDevtoolsExpose.d.ts.map