UNPKG

@public-ui/components

Version:

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

10 lines (9 loc) 244 B
/*! * KoliBri - The accessible HTML-Standard */ import { colorProp, labelProp, srcProp } from "../../props"; export const avatarPropsConfig = { optional: [colorProp, srcProp], required: [labelProp], }; //# sourceMappingURL=api.js.map