UNPKG

165 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2export interface BackgroundGridParameters {
3 cellSize: number;
4}
5export declare const GridSelector: FunctionComponent;