Style
/ API Reference / TypesStyle
/ API Reference / TypesT_CustomStyle
type PropertyMap = Record<string, (value: any) => T_Style>
type T_CustomStyle<T extends PropertyMap> = Partial<
Record<keyof T, Parameters<T[keyof T]>[0]>
>
© 2024-present Robin Weser. All Rights Reserved.