UNPKG

shineout

Version:

A components library for React

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