@coveord/plasma-mantine
Version:
A Plasma flavoured Mantine theme
11 lines • 430 B
TypeScript
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