mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-18 18:52:23 +02:00
refactor(types): move non-core, non-public types out of the types package (#7293)
This commit is contained in:
parent
c7a5af7c4d
commit
b49ae67521
25 changed files with 397 additions and 404 deletions
|
@ -7,8 +7,13 @@
|
|||
|
||||
declare module '@docusaurus/plugin-content-docs' {
|
||||
import type {MDXOptions} from '@docusaurus/mdx-loader';
|
||||
import type {ContentPaths, FrontMatterTag} from '@docusaurus/utils';
|
||||
import type {TagsListItem, TagModule, Tag} from '@docusaurus/types';
|
||||
import type {
|
||||
ContentPaths,
|
||||
FrontMatterTag,
|
||||
TagsListItem,
|
||||
TagModule,
|
||||
Tag,
|
||||
} from '@docusaurus/utils';
|
||||
import type {Required} from 'utility-types';
|
||||
|
||||
export type Assets = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue