@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
8 lines (6 loc) • 344 B
JavaScript
const HOVER_CARD_ERRORS = {
context: "HoverCard component was not found in the tree",
children: "HoverCard.Target component children should be an element or a component that accepts ref. Fragments, strings, numbers and other primitive values are not supported"
};
export { HOVER_CARD_ERRORS };
//# sourceMappingURL=HoverCard.errors.js.map