@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
11 lines • 476 B
TypeScript
import { type GetStylesApi } from '@mantine/core';
import type { CollectionFactory } from './Collection';
interface CollectionContextType {
getStyles: GetStylesApi<CollectionFactory>;
}
export declare const CollectionProvider: ({ children, value }: {
value: CollectionContextType;
children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element, useCollectionContext: () => CollectionContextType;
export {};
//# sourceMappingURL=CollectionContext.d.ts.map