UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

5 lines (4 loc) 203 B
export type { IBreadcrumbProps, IBreadcrumbItemProps } from './types'; import type { IBreadcrumbComponentType } from './types'; declare const Breadcrumb: IBreadcrumbComponentType; export { Breadcrumb };