UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

3 lines (2 loc) 165 B
export type PillReorderPosition = 'before' | 'after'; export declare function movePill<T>(value: T[], from: number, to: number, position: PillReorderPosition): T[];