UNPKG

starchild-widget

Version:

Starchild Widget

8 lines 602 B
export { StarChildWidget, init, getInstance, destroy } from './widget'; export { useStarChildWidget } from './widget/hooks/useStarChildWidget'; export type { UseStarChildWidgetReturn } from './widget/hooks/useStarChildWidget'; export type { WidgetConfig, Position, Theme, I18nMessages, I18nContext, CustomTheme, WidgetInstance, WidgetActions, WidgetSelectors, WidgetConfig as SDKConfig, } from './types'; export { ComponentType, Locale, ThemeMode } from './types'; export { getTheme, lightTheme, darkTheme } from './widget/theme'; export { default } from './widget'; //# sourceMappingURL=index.d.ts.map