UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

14 lines 648 B
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