Skip to content

Commit 7063064

Browse files
Fix CI
1 parent 28e88ad commit 7063064

File tree

1 file changed

+1
-1
lines changed
  • packages/react-native-ficus-ui/src/components/icon

1 file changed

+1
-1
lines changed

packages/react-native-ficus-ui/src/components/icon/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ interface IconOptions {
1010
}
1111

1212
export interface IconProps extends NativeFicusProps<'View'>, IconOptions {}
13-
export { IconSet } from './icon.service';
13+
export type { IconSet } from './icon.service';
1414

1515
export const Icon = forwardRef<IconProps, 'View'>(function Icon(props, ref) {
1616
const { name, iconSet, color = 'gray.800', size, ...rest } = props;

0 commit comments

Comments
 (0)