UNPKG

@mitosite-ai/mitosite-react

Version:

Personalize your website for every user!

7 lines (6 loc) 213 B
export type ContentType = 'text' | 'image' | 'file'; export declare function useMitoContent({ contentId, type, defaultValue }: { contentId: string; type: ContentType; defaultValue: string; }): string;