CIA Compliance Manager API Documentation - v0.8.5
    interface SelectionProps {
        className?: string;
        label: string;
        onChange: (value: string) => void;
        options: string[];
        testId?: string;
        value: string;
    }
    Index

    Properties

    className?: string
    label: string
    onChange: (value: string) => void
    options: string[]
    testId?: string
    value: string
    MMNEPVFCICPMFPCPTTAAATR