UNPKG
@empoleon/spotlight
Version:
latest (8.0.0)
8.0.0
Command center components for react and Empoleon
empoleon.dev
empoleondev/empoleon
@empoleon/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
[];