UNPKG

594 BTypeScriptView Raw
1import './styles/animation.scss';
2import './styles/main.scss';
3import './styles/rewards.scss';
4import './styles/final-challenge.scss';
5import './styles/feedback.scss';
6export * from './dialogs';
7export { default as DialogConsumer } from './consumer';
8export { default as DialogProvider, IDialogProviderProps, IDialog, IDialogConfig, IDialogAPI, KbcDialog } from './provider';
9export { default as withDialog } from './hoc';
10export { DialogContext as __DialogContext } from './context';
11export { hasSubmittedFeedback, storeFeedback } from './dialogs/feedback';
12//# sourceMappingURL=index.d.ts.map
\No newline at end of file