Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components
IDropAreaProps
Interface IDropAreaProps
Interface representing the props for the PaperView component.
IPaperViewProps
interface
IDropAreaProps
{
component
?:
any
;
onDropped
?:
(
files
:
File
[]
)
=>
void
;
outlinePaper
?:
boolean
;
transparentPaper
?:
boolean
;
[
key
:
string
]:
PaperProps
;
[
key
:
number
]:
PaperProps
;
[
key
:
symbol
]:
PaperProps
;
}
Hierarchy (
View Summary
)
IPaperViewProps
IDropAreaProps
Indexable
[
key
:
string
]:
PaperProps
[
key
:
number
]:
PaperProps
[
key
:
symbol
]:
PaperProps
Index
Properties
component?
on
Dropped?
outline
Paper?
transparent
Paper?
Properties
Optional
component
component
?:
any
Optional
on
Dropped
onDropped
?:
(
files
:
File
[]
)
=>
void
Optional
outline
Paper
outlinePaper
?:
boolean
Optional
transparent
Paper
transparentPaper
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
on
Dropped
outline
Paper
transparent
Paper
react-declarative
Loading...
Interface representing the props for the PaperView component.
IPaperViewProps