dhre-ui-kit 0.0.132 → 0.0.134
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.
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +1 -1
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.d.ts
CHANGED
|
@@ -491,7 +491,7 @@ interface OurOfficesButtonProps$1 {
|
|
|
491
491
|
subTitle?: string;
|
|
492
492
|
containterStyle?: ViewStyle;
|
|
493
493
|
time?: string;
|
|
494
|
-
subTitleStyle
|
|
494
|
+
subTitleStyle?: TextStyle;
|
|
495
495
|
}
|
|
496
496
|
declare const _default$9: (props: OurOfficesButtonProps$1) => React$1.JSX.Element;
|
|
497
497
|
|