Skip to content

Commit d9dc166

Browse files
committed
react-native: export SensitiveTextLength from components barrel
1 parent 92a567d commit d9dc166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/design-system-react-native/src/components

packages/design-system-react-native/src/components/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ export type { MainActionButtonProps } from './MainActionButton';
148148
export { Skeleton } from './Skeleton';
149149
export type { SkeletonProps } from './Skeleton';
150150

151-
export { SensitiveText } from './SensitiveText';
151+
export { SensitiveText, SensitiveTextLength } from './SensitiveText';
152152
export type { SensitiveTextProps } from './SensitiveText';
153153

154154
export { TabEmptyState } from './TabEmptyState';

0 commit comments

Comments
 (0)