export { type JumpToDashboardConfig, type JumpToDashboardConfigForPivot, type JtdTarget, type TriggerMethod, } from './jtd'; /** * Internal JTD hook for dashboard composition * @internal */ export { useJtdInternal } from './use-jtd'; export { useJtdWidget } from './use-jtd-widget'; //# sourceMappingURL=index.d.ts.map