native-base
Version:
Essential cross-platform UI components for React Native
15 lines (14 loc) • 896 B
TypeScript
import React from 'react';
import type { IBreadcrumbProps } from './types';
import type { IFlexProps } from '../../primitives';
declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<import("./types").InterfaceBreadcrumbProps & Partial<{}> & import("../../primitives/Box").InterfaceBoxProps<IFlexProps> & {
direction?: import("csstype").Property.FlexDirection | undefined;
align?: import("csstype").Property.AlignItems | undefined;
justify?: import("csstype").Property.JustifyContent | undefined;
wrap?: import("csstype").Property.FlexWrap | undefined;
basis?: import("csstype").Property.FlexBasis<0 | (string & {})> | undefined;
grow?: import("csstype").Property.FlexGrow | undefined;
shrink?: import("csstype").Property.FlexShrink | undefined;
} & React.RefAttributes<unknown>>>;
export default _default;
export type { IBreadcrumbProps };