UNPKG

prodap-chatbot-domain

Version:

Classes utilizadas na resposta de todas as Intents do Assistente Virtual

9 lines (8 loc) 266 B
import TableAbstract, { TableAbstractProps, TableTags } from './TableAbstract'; export type TableProps = TableAbstractProps & { list: TableTags[]; }; export default class Table extends TableAbstract { list: TableTags[]; constructor(props: TableProps); }