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 {}