mirror of
https://github.com/balzack/databag.git
synced 2025-04-25 02:55:21 +00:00
10 lines
136 B
TypeScript
10 lines
136 B
TypeScript
import {
|
|
StyleSheet,
|
|
} from 'react-native';
|
|
|
|
export const styles = StyleSheet.create({
|
|
highlight: {
|
|
fontWeight: '700',
|
|
},
|
|
});
|