Outlook_Addin_LLM/node_modules/@fluentui/utilities/lib/selection/index.d.ts

5 lines
314 B
TypeScript
Raw Normal View History

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';