refactor(doc-data): Use static imports for doc entries
This commit is contained in:
Vendored
+6
-1
@@ -11,6 +11,11 @@ interface ImportMeta {
|
||||
options: {
|
||||
recursive?: boolean;
|
||||
regExp?: RegExp;
|
||||
}
|
||||
},
|
||||
): WebpackContext;
|
||||
}
|
||||
|
||||
declare module "*.md" {
|
||||
const content: string;
|
||||
export default content;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user