UNPKG

643 BJavaScriptView Raw
1// stdlib does not get renamed, file the bug with alamode
2import controlStyle from '@lemuria/control-style'
3export { getChildIndentLeft } from './elements/bootstrap/lib'
4import Splendid from './Splendid'
5
6export { controlStyle }
7export default Splendid
8
9/**
10 * @typedef {(props: { splendid: Splendid }) => Promise} Component
11 * @typedef {(props: { splendid: Splendid }) => Promise} Element
12 */
13
14/**
15 * @typedef {import('../types').Config} Config
16 * @typedef {import('../types').Rule} Rule
17 * @typedef {import('../types').Page} Page
18 * @typedef {import('../types').AqtOptions} AqtOptions
19 * @typedef {import('../types').AqtReturn} AqtReturn
20 */
\No newline at end of file