@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
9 lines (8 loc) • 319 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { watchBoolean } from "../utils";
export const validateAllowMultiSort = (component, value, options = {}) => {
watchBoolean(component, '_allowMultiSort', value, Object.assign({ defaultValue: false }, options));
};
//# sourceMappingURL=allow-multi-sort.js.map