@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
13 lines (10 loc) • 309 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { I as watchNumber } from './prop.validators.js';
const validateRows = (component, value) => {
watchNumber(component, `_rows`, value, { min: 1 });
};
export { validateRows as v };
//# sourceMappingURL=rows.js.map
//# sourceMappingURL=rows.js.map