xph-form
Version:
This is a configurable form component that supports React
4 lines (3 loc) • 373 B
TypeScript
import type { IExtendProps as IXphExtendProps, IExtendComponentProps as IXphExtendComponentProps } from "./useExtendCompProps";
import { ExtendCompPropsProvider as XphExtendCompPropsProvider, useExtendCompProps as useXphExtendCompProps } from "./useExtendCompProps";
export { IXphExtendProps, IXphExtendComponentProps, XphExtendCompPropsProvider, useXphExtendCompProps, };