#57 完了
This commit is contained in:
@@ -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}</>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user