@rn-vui/themed
Version:
Cross Platform React Native UI Toolkit
7 lines (6 loc) • 440 B
TypeScript
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;