UNPKG
@dartbot/segment
Version:
latest (0.4.0)
0.4.0
0.3.1-rc.0
0.2.0
0.1.0
Segmented display implementd as a vanilla Web Component
docs.dartbot.com/segment
dartbotapp/segment
@dartbot/segment
/
dist
/
lib
/
utils
/
throttle.d.ts
3 lines
(2 loc)
•
178 B
TypeScript
View Raw
1
2
3
export
declare
const
throttle
:
(
func
:
Function
,
delay
:
number
) =>
(
...
args
:
any
[]
) =>
void
;
export
declare
const
throttleAnimation
:
(
func
:
Function
) =>
(
...
args
:
any
[]
) =>
void
;