Oops forgot to save the file

This commit is contained in:
Eric Bailey
2026-05-27 11:16:45 -05:00
parent 8445c1fec5
commit 1b6d4f6a63
@@ -18,3 +18,9 @@ export type PublicApiProps = {
*/ */
onEmbedInteractionCallback?: () => void onEmbedInteractionCallback?: () => void
} }
export type ThemeColors = {
custom: boolean
accent: string
accentForeground: string
}