Style
/ API Reference / Types
Style
/ API Reference / Types

T_CustomStyle

type PropertyMap = Record<string, (value: any) => T_Style>

type T_CustomStyle<T extends PropertyMap> = Partial<
  Record<keyof T, Parameters<T[keyof T]>[0]>
>