UNPKG

analytica-frontend-lib

Version:

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

9 lines 450 B
import type { CategoryConfig, LabelsConfig } from '../../../AlertManager/types/index'; interface RecipientsStepProps { categories: CategoryConfig[]; labels?: LabelsConfig; onCategoriesChange?: (categories: CategoryConfig[]) => void; } export declare const RecipientsStep: ({ categories, labels, onCategoriesChange, }: RecipientsStepProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=RecipientsStep.d.ts.map