UNPKG
@it-corp/vpbank-spotlight
Version:
latest (0.1.2)
0.1.2
0.1.1
Command center components for react and VPbank components
@it-corp/vpbank-spotlight
/
lib
/
limit-actions.d.ts
3 lines
(2 loc)
•
155 B
TypeScript
View Raw
1
2
3
import
type
{
SpotlightActions
}
from
'./Spotlight'
;
export
declare
function
limitActions
(
actions
:
SpotlightActions
[],
limit
:
number
):
SpotlightActions
[];