@arpitbhalla/rneui-base-dev
Version:
Cross Platform React Native UI Toolkit
7 lines (6 loc) • 352 B
TypeScript
import { SearchBar, SearchBarProps } from './SearchBar';
import { SearchBarAndroidProps } from './SearchBar-android';
import { SearchBarIosProps } from './SearchBar-ios';
import { SearchBarDefaultProps } from './SearchBar-default';
export { SearchBar };
export type { SearchBarProps, SearchBarAndroidProps, SearchBarDefaultProps, SearchBarIosProps, };