@mytiki/tiki-sdk-js
Version:
JS SDK for client-side integration with TIKI
13 lines (12 loc) • 336 B
TypeScript
/**
* UI objects, interfaces, and elements.
* Use to build a custom UI or configure TIKI's pre-built UI.
*
* @packageDocumentation
*
*/
export { Bullet } from "./bullet";
export { Offer } from "./offer";
export { Theme } from "./theme";
export * as Element from "./elements/elements";
export * as Screen from "./screens/screens";