zmp-react
Version:
Build full featured iOS & Android apps using ZMP & React
14 lines (13 loc) • 345 B
JavaScript
import Tab from '../components/tab';
/* dts-props
id?: string | number;
className?: string;
style?: React.CSSProperties;
COLOR_PROPS
tabActive? : boolean
onTabShow? : (el?: HTMLElement) => void
onTabHide? : (el?: HTMLElement) => void
ref?: React.MutableRefObject<{el: HTMLElement | null}>;
CHILDREN_PROP
*/
export default Tab;