Merge branch 'develop' into 'master'
feat(zhst/biz): 修复一些ts报错 See merge request web-project/zhst-lambo!61
This commit is contained in:
commit
121ebb5007
@ -18,7 +18,8 @@ import { IconFont } from '@zhst/icon';
|
||||
import classNames from 'classnames';
|
||||
import './index.less'
|
||||
|
||||
interface IOption {
|
||||
// @ts-ignore
|
||||
export interface IOption {
|
||||
label: string
|
||||
key: string
|
||||
icon?: string | ReactNode
|
||||
@ -29,7 +30,7 @@ interface IOption {
|
||||
dropdownConfig?: DropDownProps
|
||||
}
|
||||
|
||||
interface ITag {
|
||||
export interface ITag {
|
||||
label: string
|
||||
value: string
|
||||
icon?: ReactNode
|
||||
|
Loading…
Reference in New Issue
Block a user