UNPKG

127 BTypeScriptView Raw
1import { createClientApp } from './Client';
2export * from './types';
3export * from './Client';
4export default createClientApp;