UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

8 lines 349 B
export interface TableActionContextValue { primary: boolean; } export declare const TableActionProvider: ({ children, value }: { value: TableActionContextValue; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element, useTableActionContext: () => TableActionContextValue; //# sourceMappingURL=TableActionContext.d.ts.map