MCPcopy
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

1interface Props {
2 title: string;
3 description: string;
4}
5
6export function ListColumn({ title, description }: Props) {
7 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected