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