UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 264 B
import { DropdownProps as BaseStyleDropdownProps } from '@sheinx/base'; export type { DropdownItem } from '@sheinx/base'; /** * @title Dropdown */ export type DropdownProps = Omit<BaseStyleDropdownProps, 'jssStyle' | 'animationListJssStyle' | 'buttonJssStyle'>;