UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

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