Commit 6eb25659 authored by 张媛's avatar 张媛

取消红色提示

parent d3dc560d
{
"files": [
"./typings.d.ts",
],
}
\ No newline at end of file
declare module "*.md" {
const content: string;
export default content;
}
declare module "*.mdx" {
const content: string;
export default content;
}
interface Window { interface Window {
FYGE:any; FYGE:any;
stage: any; stage: any;
} }
\ No newline at end of file declare module "*.md" {
const content: string;
export default content;
}
declare module "*.mdx" {
const content: string;
export default content;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment