UNPKG

@rn-vui/themed

Version:
7 lines (6 loc) 440 B
import { Badge, BadgeProps } from '@rn-vui/base/dist/Badge/Badge'; import { withBadge } from '@rn-vui/base/dist/Badge/withBadge'; export { Badge, withBadge }; export type { BadgeProps }; declare const _default: import("react").FunctionComponent<import("react").PropsWithChildren<BadgeProps>> | import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react").PropsWithChildren<BadgeProps>>>; export default _default;