UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

6 lines (5 loc) 338 B
import React from 'react'; import type { IBadgeProps } from './types'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<Pick<import("./types").InterfaceBadgeProps & Partial<{}> & Partial<Record<string, any>>, string> & React.RefAttributes<unknown>>>; export default _default; export type { IBadgeProps };