UNPKG
@toutix/whitelabel
Version:
latest (1.0.1)
1.0.1
1.0.0
Toutix whitelabel React container components
github.com/toutix/toutix-web-v2
toutix/toutix-web-v2
@toutix/whitelabel
/
dist
/
packages
/
toutix-whitelabel
/
src
/
EventListPageContainer.d.ts
8 lines
•
281 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
'react'
;
import
'./styles/toutix-whitelabel.css'
;
interface
EventListPageContainerProps
{
className
?:
string
; }
export
declare
const
EventListPageContainer
:
React
.
FC
<
EventListPageContainerProps
>;
export
{};
//# sourceMappingURL=EventListPageContainer.d.ts.map