Preparing search index...
The search index is not available
react-declarative
react-declarative
types
react-declarative/components
ICountdownProps
Interface ICountdownProps
Interface for the Countdown component props.
interface
ICountdownProps
{
children
?:
any
;
expireAt
:
string
|
number
|
Date
;
onExpire
?:
()
=>
void
;
}
Hierarchy (
View Summary
)
dayjs
ICountdownProps
Index
Properties
children?
expire
At
on
Expire?
Properties
Optional
children
children
?:
any
expire
At
expireAt
:
string
|
number
|
Date
Optional
on
Expire
onExpire
?:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
children
expire
At
on
Expire
react-declarative
Loading...
Interface for the Countdown component props.