UNPKG

shineout

Version:
6 lines (5 loc) 152 B
import { BadgeProps as UnStyledBadgeProps } from '@sheinx/base'; /** * @title Badge */ export type BadgeProps = Omit<UnStyledBadgeProps, 'jssStyle'>;