oak-frontend-base/lib/platforms/web/index.d.ts

6 lines
187 B
TypeScript

import withRouter from './router/withRouter';
import PullToRefresh from './PullToRefresh';
export * from './responsive';
export * from './features';
export { withRouter, PullToRefresh };