Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components
IRevealProps
Interface IRevealProps
Interface for the props of the Reveal component.
IRevealProps
interface
IRevealProps
{
animation
?:
"none"
|
"slideDown"
|
"fadeIn"
|
"scale"
;
appear
?:
boolean
;
}
Hierarchy (
View Summary
)
dayjs
IRevealProps
Index
Properties
animation?
appear?
Properties
Optional
animation
animation
?:
"none"
|
"slideDown"
|
"fadeIn"
|
"scale"
Optional
appear
appear
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animation
appear
react-declarative
Loading...
Interface for the props of the Reveal component.
IRevealProps