diff --git a/src/components/Post/Embed/StandardSiteEmbed/types.ts b/src/components/Post/Embed/StandardSiteEmbed/types.ts index d8986e25d3..208f01b7a6 100644 --- a/src/components/Post/Embed/StandardSiteEmbed/types.ts +++ b/src/components/Post/Embed/StandardSiteEmbed/types.ts @@ -18,3 +18,9 @@ export type PublicApiProps = { */ onEmbedInteractionCallback?: () => void } + +export type ThemeColors = { + custom: boolean + accent: string + accentForeground: string +}