Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/toss/es-hangul
/ Props
Interface
Props
docs/src/components/main/ListColumn.tsx:1–4 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
interface Props {
2
title: string;
3
description: string;
4
}
5
6
export function ListColumn({ title, description }: Props) {
7
return (
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected