UNPKG

@botonic/react

Version:

Build Chatbots using React

9 lines (8 loc) 178 B
export function Audio(props: any): JSX.Element; export namespace Audio { export { serialize }; } declare function serialize(audioProps: any): { audio: any; }; export {};