Skip to content

Commit

Permalink
fixup! feat(suite-native): Create generic picker header component
Browse files Browse the repository at this point in the history
  • Loading branch information
jbazant committed Jan 28, 2025
1 parent 0aea34f commit ef0ecb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ReactNode } from 'react';
import { HStack, SearchInput, Text, VStack } from '@suite-native/atoms';

export type PickerHeaderProps = {
title: string | ReactNode;
title: ReactNode;
children?: ReactNode;
} & (
| {
Expand Down

0 comments on commit ef0ecb8

Please sign in to comment.