Style
/ API Reference / TypesStyle
/ API Reference / TypesT_Fallback
type Property = keyof T_Style
type T_Fallback = {
property: Property | Array<Property>
fallback: (value: string) => Array<string> | undefined
}
© 2024-present Robin Weser. All Rights Reserved.