import { PropsWithChildren } from 'react'; import { FlexProps } from '../../Flex'; export interface TabsContentProps extends PropsWithChildren> { /** * The id of the content */ readonly id: string; }