Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wangjin-front-end
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
张媛
wangjin-front-end
Commits
6eb25659
Commit
6eb25659
authored
Dec 08, 2021
by
张媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消红色提示
parent
d3dc560d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
14 deletions
+9
-14
tsconfig.json
.storybook/tsconfig.json
+0
-5
typings.d.ts
.storybook/typings.d.ts
+0
-8
global.d.ts
src/typings/global.d.ts
+9
-1
No files found.
.storybook/tsconfig.json
deleted
100644 → 0
View file @
d3dc560d
{
"files"
:
[
"./typings.d.ts"
,
],
}
\ No newline at end of file
.storybook/typings.d.ts
deleted
100644 → 0
View file @
d3dc560d
declare
module
"*.md"
{
const
content
:
string
;
export
default
content
;
}
declare
module
"*.mdx"
{
const
content
:
string
;
export
default
content
;
}
src/typings/global.d.ts
View file @
6eb25659
interface
Window
{
FYGE
:
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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment