UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

10 lines (7 loc) 288 B
import {createSafeContext} from '@mantine/core'; export interface TableActionContextValue { primary: boolean; } export const [TableActionProvider, useTableActionContext] = createSafeContext<TableActionContextValue>( 'TableActionProvider component was not found in the tree', );