UNPKG

564 BPlain TextView Raw
1// eslint-disable-next-line import/no-webpack-loader-syntax
2import '!file-loader?name=schema.4.0.0.json!./provider/schema.json';
3import './style.scss';
4export * from './';
5export { default } from './';
6
7declare const __VERSION__: string;
8declare const __BUILD_ID__: string;
9declare const __LICENSE__: string;
10
11/**
12 * LineUp version
13 * @type {string}
14 */
15export const version = __VERSION__;
16/**
17 * LineUp unique build id
18 * @type {string}
19 */
20export const buildId = __BUILD_ID__;
21/**
22 * LineUp license type
23 * @type {string}
24 */
25export const license = __LICENSE__;