UNPKG

promptdesk

Version:
10 lines 302 B
import { JSONMapper } from './JSONMapper'; import { PromptDesk } from './PromptDesk'; export { JSONMapper, PromptDesk }; declare const npmPackage: { JSONMapper: typeof JSONMapper; PromptDesk: typeof PromptDesk; default: any; }; export default npmPackage; //# sourceMappingURL=index.d.ts.map