import { ButtonProps as UnStyledButtonProps } from '@sheinx/base'; /** * @title Button */ export type ButtonProps = Omit; export type ButtonShape = Exclude; export type ButtonType = Exclude;