export type TabProps = { element?: string id?: string active?: boolean className?: string } & T