master @ 9 LINES
[ HISTORY ] [ UP ]
┌─ TS ───────────────────────────────────────────────────────────────────────┐
│ 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; │
│ } │
└────────────────────────────────────────────────────────────────────────────────────┘
┌─ TS ─────────────────────────────────┐
│ 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