2
0

🚸 (onboarding) Introduce new onboarding floating videos mechanism

This commit is contained in:
Baptiste Arnaud
2024-06-04 18:25:46 +02:00
parent 4a45e5e1f1
commit c55973fac0
19 changed files with 412 additions and 234 deletions

View File

@ -136,6 +136,10 @@ export type BlockDefinition<
LightLogo: (props: SVGProps<SVGSVGElement>) => JSX.Element
DarkLogo?: (props: SVGProps<SVGSVGElement>) => JSX.Element
docsUrl?: string
onboarding?: {
deployedAt: Date
youtubeId: string
}
auth?: Auth
options?: Options | undefined
fetchers?: FetcherDefinition<Auth, Options>[]