Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
318e89b4
Commit
318e89b4
authored
Jun 21, 2021
by
qige2016
Committed by
GitHub
Jun 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Spinner: add spinner.d.ts (#21090)
parent
1b7ff34b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
types/element-ui.d.ts
types/element-ui.d.ts
+4
-0
types/spinner.d.ts
types/spinner.d.ts
+16
-0
No files found.
types/element-ui.d.ts
View file @
318e89b4
...
...
@@ -84,6 +84,7 @@ import { ElSkeleton } from './skeleton'
import
{
ElSkeletonItem
}
from
'
./skeleton-item
'
import
{
ElCascaderPanel
}
from
'
./cascader-panel
'
import
{
ElEmpty
}
from
'
./empty
'
import
{
ElSpinner
}
from
'
./spinner
'
export
interface
InstallationOptions
{
locale
:
any
,
...
...
@@ -360,3 +361,6 @@ export class CascaderPanel extends ElCascaderPanel {}
/** Empty Component */
export
class
Empty
extends
ElEmpty
{}
/** Spinner Component */
export
class
Spinner
extends
ElSpinner
{}
types/spinner.d.ts
0 → 100644
View file @
318e89b4
import
{
ElementUIComponent
}
from
'
./component
'
/** Spinner Component */
export
declare
class
ElSpinner
extends
ElementUIComponent
{
/** The type of spinner */
type
:
string
/** The radius of spinner */
radius
:
number
/** The width of spinner */
strokeWidth
:
number
/** The color of spinner */
strokeColor
:
string
}
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