UNPKG

polaris-glints

Version:

Glints forked polaris react

12 lines 361 B
import React from 'react'; import './GridOverlay.css'; declare type Layer = 'above' | 'below'; interface Props { inFrame?: boolean; maxWidth?: string; layer?: Layer; children?: React.ReactNode; } export declare function GridOverlay({ inFrame, maxWidth, layer, children }: Props): JSX.Element; export {}; //# sourceMappingURL=GridOverlay.d.ts.map