UNPKG

@visualjs/grid

Version:
11 lines (10 loc) 295 B
import { Grid } from "../../grid"; import { JSXInternal } from "preact/src/jsx"; interface Props { grid: Grid; row: string; column: string; style?: JSXInternal.CSSProperties; } declare const _default: (props: Omit<Props, "grid">) => JSXInternal.Element; export default _default;