import { IgxGroupByRowSelectorDirective, IgxHeadSelectorDirective, IgxRowSelectorDirective } from './row-selectors';

export * from './row-selectors';

/* NOTE: Grid selection directives collection for ease-of-use import in standalone components scenario */
export const IGX_GRID_SELECTION_DIRECTIVES = [
    IgxRowSelectorDirective,
    IgxGroupByRowSelectorDirective,
    IgxHeadSelectorDirective
] as const;
