UNPKG
@appbuckets/react-ui
Version:
latest (1.11.4)
1.11.4
1.11.3
1.11.2
1.11.0
1.10.0
1.9.10
1.9.9
1.9.8
1.9.7
1.9.6
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.7.1
1.7.0
1.6.0
1.5.2
1.5.1
1.5.0-alpha.9
1.5.0-alpha.8
1.5.0-alpha.7
1.5.0-alpha.6
1.5.0-alpha.4
1.5.0-alpha.3
1.5.0-alpha.2
1.5.0-alpha.1
1.5.0-alpha.0
Just Another React UI Framework
react-bucket.appbuckets.io
marcocavanna/appbuckets
@appbuckets/react-ui
/
EmptyContent
/
EmptyContent.d.ts
8 lines
(7 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
import
{
Creatable
}
from
'../generic'
;
import
{
EmptyContentProps
}
from
'./EmptyContent.types'
;
declare
const
EmptyContent
:
Creatable
<
React
.
FunctionComponent
<
EmptyContentProps
> >;
export
default
EmptyContent
;