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

T_Fallback

type Property = keyof T_Style

type T_Fallback = {
  property: Property | Array<Property>
  fallback: (value: string) => Array<string> | undefined
}