UNPKG

@phemium-costaisa/amazon-quicksight-embedding-sdk

Version:
7 lines (6 loc) 579 B
import { DashboardExperience, InternalDashboardExperience, InternalExperience } from '../../types'; import createDashboardFrame from './createDashboardFrame'; declare const isDashboardExperience: (experience: InternalExperience) => experience is InternalDashboardExperience; declare const extractDashboardExperienceFromUrl: (url: string) => DashboardExperience; declare const getDashboardExperienceIdentifier: (experience: InternalExperience) => string; export { createDashboardFrame, extractDashboardExperienceFromUrl, getDashboardExperienceIdentifier, isDashboardExperience };