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
/
common
/
components
/
EventCard.d.ts
6 lines
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IEventV
2 }
from
"@/app/dashboard/models/Event"
;
export
declare
const
EventCard
:
(
props
: { event: IEventV2; blurDataURL?:
string
; }
) =>
import
(
"react/jsx-runtime"
).
JSX
.
Element
;
//# sourceMappingURL=EventCard.d.ts.map