export * from './event' export { PageConfig, TFunc } from '@tarojs/runtime/dist/runtime.esm' export type TaroAny = any export type TaroFunc = (...args: TaroAny[]) => TaroAny export type TaroIndent = string | number | boolean | undefined | null export type TaroObject = Record