@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
9 lines (7 loc) • 319 B
JavaScript
const ACCORDION_ERRORS = {
context: "Accordion component was not found in the tree",
itemContext: "Accordion.Item component was not found in the tree",
value: "Accordion.Item component was rendered with invalid value or without value"
};
export { ACCORDION_ERRORS };
//# sourceMappingURL=Accordion.errors.js.map