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
/
src
/
app
/
events
/
shared-single-event.d.ts
9 lines
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
interface
SharedSingleEventProps
{
eventId
?:
string
;
previewToken
?:
string
|
null
;
isAffiliate
?:
boolean
;
ref
?:
string
|
null
; }
export
declare
const
SharedSingleEvent
:
React
.
FC
<
SharedSingleEventProps
>;
export
{};
//# sourceMappingURL=shared-single-event.d.ts.map