Fixed WooCommerce Docs Build Errors (#42000)

This commit is contained in:
Christopher Allford 2023-12-10 22:39:00 -08:00 committed by GitHub
parent 00e1270a3a
commit e718975963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 418 additions and 418 deletions

View File

@ -5,8 +5,11 @@ import {
Card,
CardBody,
CardHeader,
// @ts-ignore No types for this exist yet.
__experimentalItem as Item,
// @ts-ignore No types for this exist yet.
__experimentalItemGroup as ItemGroup,
// @ts-ignore No types for this exist yet.
__experimentalScrollable as Scrollable,
Spinner,
} from '@wordpress/components';

View File

@ -3,7 +3,9 @@
*/
import {
Button,
// @ts-ignore No types for this exist yet.
__experimentalItem as Item,
// @ts-ignore No types for this exist yet.
__experimentalItemGroup as ItemGroup,
Card,
CardBody,

View File

@ -29,6 +29,7 @@
"@types/node": "^16.18.68",
"@types/react": "^17.0.71",
"@types/react-dom": "^17.0.25",
"@types/wordpress__components": "^19.10.5",
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
"@woocommerce/eslint-plugin": "workspace:*",
"@wordpress/env": "^8.13.0",

File diff suppressed because it is too large Load Diff