adou-ui
Version:
feat:修复了TagInput无法清空的问题
26 lines (25 loc) • 1.03 kB
TypeScript
import React from "react";
import "./index.scss";
import TabItem from "./TabItem";
export { TabItem };
declare const _default: React.ComponentType<Omit<{
children?: any;
contentPadding?: string | undefined;
clearOnChange?: boolean | undefined;
showContent?: boolean | undefined;
tabsHeaderStyle?: React.CSSProperties | undefined;
tabsHeaderCls?: string | undefined;
commonTabItemHeaderExternalCls?: string | undefined;
tabRef?: any;
extraContentCls?: string | undefined;
contentHeight?: any;
extraData?: any;
showExtraContent?: boolean | undefined;
commonExtraContent?: any;
activeIndex?: number | undefined;
activeLabelColor?: string | undefined;
tabStyle?: "common" | "bootstrap" | undefined;
lineaGradient?: string | undefined;
onLabelClick?: ((index: number, itemInfo: any) => void) | undefined;
}, keyof import("react-i18next").WithTranslation<N, undefined>> & import("react-i18next").WithTranslationProps>;
export default _default;