/* tttx custom elements */ export { TttxActionDropdown as TttxActionDropdown_1_9_108 } from '../types/components/molecules/tttx-action-dropdown/tttx-action-dropdown'; export { TttxButton as TttxButtonV2_1_9_108 } from '../types/components/atoms/tttx-button-v2/tttx-button-v2'; export { TttxButton as TttxButton_1_9_108 } from '../types/components/atoms/tttx-button/tttx-button'; export { TttxChart as TttxChart_1_9_108 } from '../types/components/molecules/tttx-chart/tttx-chart'; export { TttxCheckboxGroupCaption as TttxCheckboxGroupCaption_1_9_108 } from '../types/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-caption'; export { TttxCheckboxGroupHeading as TttxCheckboxGroupHeading_1_9_108 } from '../types/components/molecules/tttx-checkbox-group/components/tttx-checkbox-group-heading'; export { TttxCheckboxGroup as TttxCheckboxGroup_1_9_108 } from '../types/components/molecules/tttx-checkbox-group/tttx-checkbox-group'; export { TttxCheckbox as TttxCheckbox_1_9_108 } from '../types/components/atoms/tttx-checkbox/tttx-checkbox'; export { TttxComments as TttxComments_1_9_108 } from '../types/components/molecules/tttx-comments/tttx-comments'; export { TttxDataPattern as TttxDataPattern_1_9_108 } from '../types/components/organisms/tttx-data-pattern/tttx-data-pattern'; export { TttxDatacard as TttxDatacard_1_9_108 } from '../types/components/atoms/tttx-datacard/tttx-datacard'; export { TttxDateRangePicker as TttxDateRangePicker } from '../types/components/molecules/tttx-date-range-picker/tttx-date-range-picker'; export { TttxDialogBox as TttxDialogBox_1_9_108 } from '../types/components/molecules/tttx-dialog-box/tttx-dialog-box'; export { TttxDialog as TttxDialog_1_9_108 } from '../types/components/molecules/tttx-dialog/tttx-dialog'; export { TttxExpander as TttxExpander_1_9_108 } from '../types/components/molecules/tttx-expander/tttx-expander'; export { TttxFilter as TttxFilter_1_9_108 } from '../types/components/molecules/tttx-filter/tttx-filter'; export { TttxForm as TttxForm_1_9_108 } from '../types/components/molecules/tttx-form/tttx-form'; export { TttxGraph as TttxGraph_1_9_108 } from '../types/components/molecules/tttx-graph/tttx-graph'; export { TttxIcon as TttxIcon_1_9_108 } from '../types/components/atoms/tttx-icon/tttx-icon'; export { TttxKeyvalueBlock as TttxKeyvalueBlock_1_9_108 } from '../types/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block'; export { TttxList as TttxList_1_9_108 } from '../types/components/molecules/tttx-list/tttx-list'; export { TttxLoadingSpinner as TttxLoadingSpinner_1_9_108 } from '../types/components/atoms/tttx-loading-spinner/tttx-loading-spinner'; export { TttxMultiselectBox as TttxMultiselectBox_1_9_108 } from '../types/components/molecules/tttx-multiselect-box/tttx-multiselect-box'; export { TttxPercentageBar as TttxPercentageBar_1_9_108 } from '../types/components/atoms/tttx-percentage-bar/tttx-percentage-bar'; export { TttxQrCode as TttxQrcode_1_9_108 } from '../types/components/atoms/tttx-qrcode/tttx-qrcode'; export { TttxRangeSlider as TttxRangeSlider_1_9_108 } from '../types/components/molecules/tttx-range-slider/tttx-range-slider'; export { TttxSelectBox as TttxSelectBox_1_9_108 } from '../types/components/molecules/tttx-select-box/tttx-select-box'; export { TttxSkeletonLoader as TttxSkeleton_loader_1_9_108 } from '../types/components/atoms/tttx-skeleton-loader/tttx-skeleton-loader'; export { TttxSorter as TttxSorter_1_9_108 } from '../types/components/molecules/tttx-sorter/tttx-sorter'; export { TttxInput as TttxStandaloneInput_1_9_108 } from '../types/components/molecules/tttx-standalone-input/tttx-standalone-input'; export { TttxTable as TttxTable_1_9_108 } from '../types/components/molecules/tttx-table/tttx-table'; export { TttxTabs as TttxTabs_1_9_108 } from '../types/components/molecules/tttx-tabs/tttx-tabs'; export { TttxTagV2 as TttxTagV2_1_9_108 } from '../types/components/atoms/tttx-tag-v2/tttx-tag-v2'; export { TttxTag as TttxTag_1_9_108 } from '../types/components/atoms/tttx-tag/tttx-tag'; export { TttxTextarea as TttxTextarea_1_9_108 } from '../types/components/molecules/tttx-textarea/tttx-textarea'; export { TttxToggle as TttxToggle_1_9_108 } from '../types/components/atoms/tttx-toggle/tttx-toggle'; export { TttxToolbar as TttxToolbar_1_9_108 } from '../types/components/molecules/tttx-toolbar/tttx-toolbar'; export { TttxTooltip as TttxTooltip_1_9_108 } from '../types/components/molecules/tttx-tooltip/tttx-tooltip'; export { TttxTreeView as TttxTreeView_1_9_108 } from '../types/components/molecules/tttx-tree-view/tttx-tree-view'; /** * Used to manually set the base path where assets can be found. * If the script is used as "module", it's recommended to use "import.meta.url", * such as "setAssetPath(import.meta.url)". Other options include * "setAssetPath(document.currentScript.src)", or using a bundler's replace plugin to * dynamically set the path at build time, such as "setAssetPath(process.env.ASSET_PATH)". * But do note that this configuration depends on how your script is bundled, or lack of * bundling, and where your assets can be loaded from. Additionally custom bundling * will have to ensure the static assets are copied to its build directory. */ export declare const setAssetPath: (path: string) => void; /** * Used to specify a nonce value that corresponds with an application's CSP. * When set, the nonce will be added to all dynamically created script and style tags at runtime. * Alternatively, the nonce value can be set on a meta tag in the DOM head * () which * will result in the same behavior. */ export declare const setNonce: (nonce: string) => void export interface SetPlatformOptions { raf?: (c: FrameRequestCallback) => number; ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void; rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void; } export declare const setPlatformOptions: (opts: SetPlatformOptions) => void; export * from '../types';