Hierarchy

  • UIKitTheme

Properties

colorScheme: UIKitColorScheme
colors: UIKitColors
palette: UIKitPalette
typography: UIKitTypography

Methods

  • Type Parameters

    • V

    Parameters

    • options: {
          dark: undefined | V;
          default: undefined | V;
          light: undefined | V;
      }
      • dark: undefined | V
      • default: undefined | V
      • light: undefined | V

    Returns V

Generated using TypeDoc