@metamask/design-system-react-native
Version:
4 lines • 391 B
text/typescript
import React from "react";
import type { BadgeWrapperProps } from "./BadgeWrapper.types.mjs";
export declare const BadgeWrapper: ({ children, childrenContainerProps, badge, badgeContainerProps, position, positionAnchorShape, positionXOffset, positionYOffset, customPosition, twClassName, style, ...props }: BadgeWrapperProps) => React.JSX.Element;
//# sourceMappingURL=BadgeWrapper.d.mts.map