react-super
Version:
8 lines (7 loc) • 328 B
JavaScript
import { activeProps } from "./activeProps";
import { formProps } from "./formProps";
import { searchBarProps } from "./searchBarProps";
import { slotProps } from "./slotProps";
import { tableRefProps } from "./tableRefProps";
// 导出常用的props
export { tableRefProps, slotProps, searchBarProps, formProps, activeProps };