UNPKG
@mitosite-ai/mitosite-react
Version:
latest (1.0.3)
1.0.3
Personalize your website for every user!
mitosite.ai
Mitosite-AI/mitosite-monorepo
@mitosite-ai/mitosite-react
/
dist
/
types
/
hooks
/
useMitoContent.d.ts
7 lines
(6 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
ContentType
=
'text'
|
'image'
|
'file'
;
export
declare
function
useMitoContent
(
{ contentId,
type
, defaultValue }: { contentId:
string
;
type
: ContentType; defaultValue:
string
; }
):
string
;