export interface ComponentProps { class?: string; title?: string; } export interface LinkProps extends ComponentProps { href: string; }