UNPKG

@sky-mavis/tanto-widget

Version:
8 lines (7 loc) 272 B
import type { PropsWithChildren } from 'react'; type BadgeIntent = 'default' | 'highlight'; type BadgeProps = PropsWithChildren & { intent?: BadgeIntent; }; export declare function Badge(props: BadgeProps): import("@emotion/react/jsx-runtime").JSX.Element; export {};