UNPKG

@1771technologies/lytenyte-pro

Version:

3 lines (2 loc) 203 B
import { PillManagerPillItem, RowProps } from '../pill-manager-types'; export declare function useRowGroupsSource(source: RowProps["pillSource"], dir?: "horizontal" | "vertical"): PillManagerPillItem[];