Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Zhang (张涛) committed Jul 18, 2024
1 parent 6451231 commit 04f8c31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/canyon-platform/src/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,23 @@
export {}
declare global {
const Alert: typeof import('antd')['Alert']
const Avatar: typeof import('antd')['Avatar']
const Breadcrumb: typeof import('antd')['Breadcrumb']
const Button: typeof import('antd')['Button']
const Card: typeof import('antd')['Card']
const ColorPicker: typeof import('antd')['ColorPicker']
const ConfigProvider: typeof import('antd')['ConfigProvider']
const DatePicker: typeof import('antd')['DatePicker']
const Divider: typeof import('antd')['Divider']
const Drawer: typeof import('antd')['Drawer']
const Dropdown: typeof import('antd')['Dropdown']
const Flex: typeof import('antd')['Flex']
const FloatButton: typeof import('antd')['FloatButton']
const Form: typeof import('antd')['Form']
const Input: typeof import('antd')['Input']
const Link: typeof import('react-router-dom')['Link']
const Menu: typeof import('antd')['Menu']
const Modal: typeof import('antd')['Modal']
const NavLink: typeof import('react-router-dom')['NavLink']
const Navigate: typeof import('react-router-dom')['Navigate']
const Outlet: typeof import('react-router-dom')['Outlet']
Expand All @@ -33,6 +38,7 @@ declare global {
const Spin: typeof import('antd')['Spin']
const Switch: typeof import('antd')['Switch']
const Table: typeof import('antd')['Table']
const Tabs: typeof import('antd')['Tabs']
const Tag: typeof import('antd')['Tag']
const Tooltip: typeof import('antd')['Tooltip']
const Tour: typeof import('antd')['Tour']
Expand Down

0 comments on commit 04f8c31

Please sign in to comment.