UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

13 lines (10 loc) 355 B
/*! * KoliBri - The accessible HTML-Standard */ import { h as watchString } from './prop.validators.js'; const validatePlaceholder = (component, value, options = {}) => { watchString(component, '_placeholder', value, options); }; export { validatePlaceholder as v }; //# sourceMappingURL=placeholder.js.map //# sourceMappingURL=placeholder.js.map