Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JsonFormsTheme

Hierarchy

  • Theme
    • JsonFormsTheme

Index

Properties

breakpoints

breakpoints: Breakpoints

Optional components

components: Components<BaseTheme>

direction

direction: Direction

Optional jsonforms

jsonforms: { input?: { delete?: { background?: string } } }

Type declaration

  • Optional input?: { delete?: { background?: string } }
    • Optional delete?: { background?: string }
      • Optional background?: string

mixins

mixins: Mixins

palette

palette: Palette

shadows

shadows: Shadows

shape

shape: Shape

spacing

spacing: Spacing

transitions

transitions: Transitions

typography

typography: Typography

Optional unstable_strictMode

unstable_strictMode: boolean

unstable_sx

unstable_sx: (props: SxProps<Theme>) => CSSObject

Type declaration

    • (props: SxProps<Theme>): CSSObject
    • Parameters

      • props: SxProps<Theme>

      Returns CSSObject

unstable_sxConfig

unstable_sxConfig: SxConfig

zIndex

zIndex: ZIndex

Generated using TypeDoc