UNPKG

shineout

Version:
8 lines (7 loc) 195 B
import Grid from './grid'; type RefGrid = typeof Grid; export interface GridComponent extends RefGrid { displayName: string; } declare const GridComp: GridComponent; export default GridComp;