UNPKG

@empoleon/spotlight

Version:

Command center components for react and Empoleon

3 lines (2 loc) 155 B
import type { SpotlightActions } from './Spotlight'; export declare function limitActions(actions: SpotlightActions[], limit: number): SpotlightActions[];