#57 完了
このコミットが含まれているのは:
@@ -5,7 +5,7 @@ type TabProps = { name: string
|
||||
init?: boolean
|
||||
children: React.ReactNode }
|
||||
|
||||
type Props = { children: React.ReactElement<{ name: string }>[] }
|
||||
type Props = { children: React.ReactElement<TabProps>[] }
|
||||
|
||||
export const Tab = ({ children }: TabProps) => <>{children}</>
|
||||
|
||||
|
||||
新しい課題から参照
ユーザをブロックする