synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
14 lines • 648 B
TypeScript
import { PropsWithChildren } from 'react';
type ManagedACTAccessRequirementFormWikiWrapperProps = PropsWithChildren<{
managedACTAccessRequirementId: string;
}>;
/**
* Renders the child content next to the wiki associated with the provided ManagedACTAccessRequirement. Utilizes a grid
* layout where the wiki content will not appear on small screen sizes.
*
* @param props
* @constructor
*/
export default function ManagedACTAccessRequirementFormWikiWrapper(props: ManagedACTAccessRequirementFormWikiWrapperProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ManagedACTAccessRequirementFormWikiWrapper.d.ts.map