UNPKG

react-smart-dialogue

Version:

A customizable and dynamic dialogue component for React with TypeScript and Tailwind CSS support

6 lines (5 loc) 341 B
export { default as DynamicDialogue } from "./components/DynamicDialogue"; export type { DialogueProps } from "./components/DynamicDialogue"; export { useDialogue } from "./hooks/useDialogue"; export type { UseDialogueOptions } from "./hooks/useDialogue"; export { DialogueProvider, useDialogueContext, } from "./provider/DialogueProvider";