UNPKG

@appbuckets/react-ui

Version:
8 lines (7 loc) 234 B
import { UIMutableComponentProps } from '../generic'; export interface TabPanelProps extends UIMutableComponentProps<StrictTabPanelProps> {} export interface StrictTabPanelProps { /** Set if tab is active */ active?: boolean; }