UNPKG

shineout

Version:
6 lines (5 loc) 157 B
import { AvatarProps as UnStyledAvatarProps } from '@sheinx/base'; /** * @title Avatar */ export type AvatarProps = Omit<UnStyledAvatarProps, 'jssStyle'>;