@loadsmart/miranda-wc
Version:
Miranda Web Components component library
6 lines (5 loc) • 428 B
TypeScript
export { SelectionController } from './selection.controller';
export { SelectionControl } from './selection-control';
export { WithSelectionControlMixin, fromAttribute, toAttribute, hasValueChanged, } from './selection-control.mixin';
export type { SelectionType, SelectionState, AcceptedType, SelectionValue, } from '../../utils/selection';
export { default as LegacySelectionController } from './legacy-selection.controller';