export type WizardTitleBlockProps = { /** * ページのタイトルを設定します */ label: string; /** * ページに関する説明文章を設定します */ description?: string; };