import { isHexColor, resolveAccent, contrastText, accentFor, setOrgAccent, useAccent } from '@hanzo/ui/product'
No examples yet.
export type OrgThemeData = {colorPrimary?: stringisEnabled?: boolean}
export type Accent = { accent: string | null; contrast: string }