CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...
    interface SelectionProps {
        value: string;
        options: string[];
        onChange: (value: string) => void;
        label: string;
        className?: string;
        testId?: string;
    }
    Index

    Properties

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