(kind: string)
| 63 | }; |
| 64 | |
| 65 | const defaultKeyName = (kind: string): string => |
| 66 | `${kind} ${new Intl.DateTimeFormat(undefined, { |
| 67 | month: "short", |
| 68 | day: "numeric", |
| 69 | year: "numeric", |
| 70 | }).format(new Date())}`; |
| 71 | |
| 72 | /** The shared list markup — both key sections render the same columns. */ |
| 73 | function KeyTable(props: { |
no outgoing calls
no test coverage detected