UNPKG

@openfga/frontend-utils

Version:

Exposes helpful utilities for building authoring experiences of OpenFGA Models.

4 lines (3 loc) 292 B
import { OpenFgaThemeConfiguration, SupportedTheme } from "./theme.typings"; export { OpenFgaThemeConfiguration, SupportedTheme, OpenFgaDslThemeToken, OpenFgaDslThemeTokenType, } from "./theme.typings"; export declare const supportedThemes: Record<SupportedTheme, OpenFgaThemeConfiguration>;