UNPKG

754 BJavaScriptView Raw
1// stdlib does not get renamed, file the bug with alamode
2const { controlStyle } = require('../stdlib');
3const $_elements_bootstrap_lib = require('./elements/bootstrap/lib');
4const Splendid = require('./Splendid');
5
6module.exports=Splendid
7
8/**
9 * @typedef {(props: { splendid: Splendid }) => Promise} Component
10 * @typedef {(props: { splendid: Splendid }) => Promise} Element
11 */
12
13/**
14 * @typedef {import('../types').Config} Config
15 * @typedef {import('../types').Rule} Rule
16 * @typedef {import('../types').Page} Page
17 * @typedef {import('../types').AqtOptions} AqtOptions
18 * @typedef {import('../types').AqtReturn} AqtReturn
19 */
20
21module.exports.getChildIndentLeft = $_elements_bootstrap_lib.getChildIndentLeft
22module.exports.controlStyle = controlStyle
\No newline at end of file