UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 152 B
import { AlertProps as UnStyledAlertProps } from '@sheinx/base'; /** * @title Alert */ export type AlertProps = Omit<UnStyledAlertProps, 'jssStyle'>;