UNPKG

analytica-frontend-lib

Version:

Repositório público dos componentes utilizados nas plataformas da Analytica Ensino

8 lines 501 B
export { default as Support } from '../components/Support/Support'; export type { SupportProps } from '../components/Support/Support'; export { TicketModal } from './TicketModal/index'; export type { TicketModalProps } from './TicketModal/index'; export { getCategoryIcon } from '../components/Support/utils/supportUtils'; export { supportSchema } from '../components/Support/schema/index'; export type { SupportFormData } from '../components/Support/schema/index'; //# sourceMappingURL=index.d.ts.map