Props type alias for associated component.

type Props = {
    button?: object;
    pickerOptions?: any;
    urlString?: string;
    [x: string]: any;
}

Indexable

  • [x: string]: any
Index
button?: object
pickerOptions?: any
urlString?: string