UNPKG

@plurid/joiner

Version:
10 lines (9 loc) 236 B
import * as data from './data'; import * as themes from './themes'; import * as view from './view'; declare const _default: { data: typeof data; themes: typeof themes; view: typeof view; }; export default _default;