Type Alias Props
type Props = {
button?: object;
pickerOptions?: FVTTFilePickerBrowseOptions;
urlString?: string;
[x: string]: any;
}
button?: object;
pickerOptions?: FVTTFilePickerBrowseOptions;
urlString?: string;
[x: string]: any;
}
Indexable
- [x: string]: any
Props type alias for associated component.