@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
8 lines (7 loc) • 303 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { createPropDefinition } from "./helpers/factory";
import { normalizeString } from "./helpers/normalizers";
export const hrefProp = createPropDefinition('href', '', normalizeString, (v) => typeof v === 'string');
//# sourceMappingURL=href.js.map