export interface Props { /** The user's name */ name: string; /** Should the name be rendered in bold */ priority?: boolean } const PrintName: React.
確定! 回上一頁