UNPKG
ant-table-ext
Version:
latest (2.13.1)
2.13.1
2.13.0
2.12.0
An extended table based on ant table
github.com/toyang/ant-table-ext
toyang/ant-table-ext
ant-table-ext
/
lib
/
_util
/
throttleByAnimationFrame.d.ts
6 lines
(5 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
export
default
function
throttleByAnimationFrame
(
fn
:
any
):
(
...
args
:
any
[]
) =>
void
;
export
declare
function
throttleByAnimationFrameDecorator
(
):
(
target
:
any
,
key
:
any
,
descriptor
:
any
) =>
{
configurable
:
boolean
;
get
():
any
; };