UNPKG

455 BJavaScriptView Raw
1/*
2 * @fab/core: Type definitions and helper methods
3 *
4 * Be careful what you import in this project, everything needs to be Rollup-compatible
5 * and runnable inside a FAB, since FAB runtime components will import this.
6 *
7 * For build-time-specific code, use @fab/cli
8 *
9 * */
10export * from './types';
11export * from './constants';
12export * from './helpers';
13export * from './models/ProtoFab';
14export * from './runtime';
15//# sourceMappingURL=index.js.map
\No newline at end of file