简体   繁体   中英

How to integrate CoreUI/react with typescript

I am trying to create a starter project using CoreUi/react . Since there are no type definitions, what options do I have? Thanks!

Meanwhile, I found using // @ts-ignore did the trick:

import {
  AppAside,
  AppBreadcrumb,
  AppFooter,
  AppHeader,
  AppSidebar,
  AppSidebarFooter,
  AppSidebarForm,
  AppSidebarHeader,
  AppSidebarMinimizer,
  AppSidebarNav,
// @ts-ignore
} from '@coreui/react';

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM