UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines (4 loc) 234 B
import { createSafeContext } from '@mantine/utils'; const [ListProvider, useListContext] = createSafeContext("List component was not found in tree"); export { ListProvider, useListContext }; //# sourceMappingURL=List.context.js.map