UNPKG

jeri

Version:

JavaScript Extended-Range Image viewer

11 lines (10 loc) 344 B
/// <reference types="react" /> import { InputNode } from './index'; export interface NavRowProps { row: InputNode; active: boolean; selection: string; handleClick: Function; removeCommonPrefix: boolean; } export declare const NavRow: ({row, active, selection, handleClick, removeCommonPrefix}: NavRowProps) => JSX.Element;