Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
export interface FlattenedTheme { colors: Record<string, string>; fonts: Record<string, string | number | boolean | object>; borders: Record<string, string | number | boolean>; pageBackground: Record<string, string>; widget: Record<string, string | number>; }