UNPKG

@sodacore/ui

Version:

Sodacore UI is a powerful JSON-based DSL for describing web pages that can be rendered by a frontend JavaScript framework.

11 lines 411 B
import type { IConfig } from './types'; import UiPlugin from './module/plugin'; import BaseElement from './elements/base'; import Input from './elements/input'; import Layout from './elements/layout'; import Page from './elements/page'; import Text from './elements/text'; export default UiPlugin; export { BaseElement, Input, Layout, Page, Text, }; export type { IConfig, }; //# sourceMappingURL=index.d.ts.map