OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
 
master @ 9 LINES
 
[ HISTORY ]  [ UP ]
 

export interface Props {
  name: string;
  /** Input width in monospace cells. Also caps input length so typed
   *  text can't overflow the grid. */
  cells: number;
  type?: string;
  value?: string;
}

export interface Props {
  name: string;
  /** Input width in monospace cells. Also c
aps input length so typed
   *  text can't overflow the grid. */
  cells: number;
  type?: string;
  value?: string;
}
 
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET