Add menu in ToolsFramework
This commit is contained in:
8
src/ant-design.d.ts
vendored
Normal file
8
src/ant-design.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import * as React from 'react'
|
||||
import { CustomIconComponentProps } from '@ant-design/icons/es/components/Icon'
|
||||
|
||||
declare global {
|
||||
type IconComponent =
|
||||
| React.ComponentType<CustomIconComponentProps | React.SVGProps<SVGSVGElement>>
|
||||
| React.ForwardRefExoticComponent<CustomIconComponentProps>
|
||||
}
|
||||
Reference in New Issue
Block a user