Files
starface-outlook-sync-addin/node_modules/@fluentui/utilities/lib-commonjs/selection/index.d.ts
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

5 lines
314 B
TypeScript

export { SELECTION_CHANGE, SELECTION_ITEMS_CHANGE, SelectionDirection, SelectionMode } from './Selection.types';
export type { IObjectWithKey, ISelection } from './Selection.types';
export { Selection } from './Selection';
export type { ISelectionOptions, ISelectionOptionsWithRequiredGetKey } from './Selection';