import { UIMutableComponentProps } from '../generic'; export interface TabPanelProps extends UIMutableComponentProps {} export interface StrictTabPanelProps { /** Set if tab is active */ active?: boolean; }