adou-ui
Version:
feat:修复了TagInput无法清空的问题
8 lines (7 loc) • 305 B
TypeScript
import React from "react";
declare const _default: React.ComponentType<Omit<{
defaultFieldList?: any;
fieldDataObj?: any;
tableTitle?: string | undefined;
}, keyof import("react-i18next").WithTranslation<N, undefined>> & import("react-i18next").WithTranslationProps>;
export default _default;