Props type alias for associated component.

type Props = {
    options?: any;
    settings?: any;
}
Index
options?: any
settings?: any