UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

11 lines 430 B
type InlineConfirmContextType = { confirmingId: string; setConfirmingId: (id: string) => void; clearConfirm: () => void; }; export declare const InlineConfirmProvider: ({ children, value }: { value: InlineConfirmContextType; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element, useInlineConfirm: () => InlineConfirmContextType; export {}; //# sourceMappingURL=InlineConfirmContext.d.ts.map