UNPKG
vue-devui
Version:
latest (1.6.33)
1.6.33
1.6.32
1.6.31
1.6.30
1.6.29
1.6.28
1.6.27
1.6.26
1.6.25
1.6.24
1.6.23
1.6.22
1.6.21
1.6.20
1.6.19
1.6.18
1.6.17
1.6.16
1.6.15
1.6.14
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.4-select.0
1.6.4-markdown.1
1.6.4-markdown.0
1.6.4-alpha.0
1.6.3
1.6.3-select.0
1.6.3-markdown.3
1.6.3-markdown.2
1.6.3-markdown.1
1.6.3-editable-select.1
1.6.2
1.6.1
1.6.0
1.5.15
1.5.15-hotfix.4
1.5.15-hotfix.3
1.5.15-hotfix.2
1.5.15-hotfix.1
1.5.15-feat.1
1.5.14
1.5.13
1.5.13-hotfix.1
1.5.12
1.5.12-hotfix.1
1.5.11
1.5.11-hotfix.1
1.5.10
1.5.9
1.5.8
1.5.7
1.5.7-hotfix.3
1.5.7-hotfix.2
1.5.7-hotfix.1
1.5.6
1.5.5
1.5.4
1.5.4-alpha.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.1
1.4.0
1.3.4-alpha.4
1.3.4-alpha.3
1.3.4-alpha.2
1.3.4-alpha.1
1.3.4-alpha.0
1.3.3
1.3.3-alpha.5
1.3.3-alpha.4
1.3.3-alpha.2
1.3.2
1.3.1
1.3.0
1.2.1-alpha.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
1.0.0-rc.17
1.0.0-rc.16
1.0.0-rc.15
1.0.0-rc.14
1.0.0-rc.13
1.0.0-rc.12
1.0.0-rc.11
1.0.0-rc.10
1.0.0-rc.9
1.0.0-rc.8
1.0.0-rc.7
1.0.0-rc.6
1.0.0-rc.5
1.0.0-rc.4
1.0.0-rc.3
1.0.0-rc.2
1.0.0-rc.1
1.0.0-rc.0
1.0.0-pre.0
1.0.0-beta.20220808
1.0.0-beta.220808
1.0.0-beta.220801
1.0.0-beta.19
1.0.0-beta.18
1.0.0-beta.17
1.0.0-beta.16
1.0.0-beta.15
1.0.0-beta.14
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.10
1.0.0-beta.9
1.0.0-beta.8
1.0.0-beta.7
1.0.0-beta.6
1.0.0-beta.5
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
1.0.0-alpha.13
1.0.0-alpha.12
1.0.0-alpha.11
1.0.0-alpha.10
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.4
1.0.0-alpha.3
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.1.3
0.1.2
0.1.0
0.0.3
0.0.2
0.0.1
DevUI components based on Vite and Vue3
vue-devui.github.io
DevCloudFE/vue-devui
vue-devui
/
types
/
ripple
/
src
/
utils
/
ripple-count.d.ts
5 lines
(4 loc)
•
269 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
getRippleCount
(
el
:
HTMLElement
):
number
;
export
declare
function
incrementRippleCount
(
el
:
HTMLElement
):
void
;
export
declare
function
decrementRippleCount
(
el
:
HTMLElement
):
void
;
export
declare
function
deleteRippleCount
(
el
:
HTMLElement
):
void
;