UNPKG

@openfga/frontend-utils

Version:

Exposes helpful utilities for building authoring experiences of OpenFGA Models.

6 lines (5 loc) 250 B
import { OpenFgaDslThemeToken, OpenFgaThemeConfiguration } from "./theme.typings"; export declare function getThemeTokenStyle(token: OpenFgaDslThemeToken, themeConfig: OpenFgaThemeConfiguration): { foreground?: string; fontStyle?: string; };