import { Children, List, Show } from "@alloy-js/core"; export interface ImplementsClauseProps { interfaces: Children[] | undefined; } /** * The implements clause for a class, interface, or enum. */ export function ImplementsClause(props: ImplementsClauseProps) { return ( 0}>
implements
); }