๐Ÿ“ฆ retyui / react-native-stylex

๐Ÿ“„ DefaultTheme.ts ยท 5 lines
1
2
3
4
5// This interface can be augmented by users to add default types for the theme when using react-native-stylex.
// Use module augmentation to append your own type definition in a your_custom_stylex_type.d.ts file.
// https://www.typescriptlang.org/docs/handbook/declaration-merging.html#module-augmentation
export interface DefaultTheme {}