oak-general-business/lib/pages/subscription/upsert/index.d.ts

7 lines
305 B
TypeScript

/// <reference types="react" />
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<false, {
entityId: StringConstructor;
entity: StringConstructor;
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;