package.containers.story-helper.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elements Show documentation
Show all versions of elements Show documentation
UI components for composing beautiful developer documentation.
The newest version!
export declare const renderExtensionRenderer: (props: any) => JSX.Element | null;
export declare const wrapOptionsContext: (story: any) => JSX.Element;