We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92a567d commit d9dc166Copy full SHA for d9dc166
1 file changed
packages/design-system-react-native/src/components/index.ts
@@ -148,7 +148,7 @@ export type { MainActionButtonProps } from './MainActionButton';
148
export { Skeleton } from './Skeleton';
149
export type { SkeletonProps } from './Skeleton';
150
151
-export { SensitiveText } from './SensitiveText';
+export { SensitiveText, SensitiveTextLength } from './SensitiveText';
152
export type { SensitiveTextProps } from './SensitiveText';
153
154
export { TabEmptyState } from './TabEmptyState';
0 commit comments