import { type LibraryItemProps } from './types' export function LibraryItem({ name, description, license }: LibraryItemProps) { return (
{name}
{description}