native-pytech 1.0.118 → 1.0.119

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,9 +6,15 @@ import { type ColorSchemeType } from '../../constants';
6
6
  */
7
7
  type Props = {
8
8
  text: string;
9
- enabled: boolean;
9
+ /**
10
+ @default true
11
+ */
12
+ enabled?: boolean;
10
13
  fontScale?: string;
11
- style: StyleProp<TextStyle>;
14
+ /**
15
+ @default {}
16
+ */
17
+ style?: StyleProp<TextStyle>;
12
18
  };
13
19
  declare const _default: React.MemoExoticComponent<({ ...props }: Props & {
14
20
  colorScheme?: ColorSchemeType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "native-pytech",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "Libreria de React Native Pytech",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",