UNPKG

@copperjs/copper

Version:
7 lines (4 loc) 211 B
import { ConfigStore } from '../common/configStore'; // eslint-disable-next-line @typescript-eslint/no-empty-interface export interface GridConfig {} export const gridConfig = new ConfigStore<GridConfig>({});