@@ -345,11 +345,7 @@ export type TechDocsReaderPageProps = {
|
||||
};
|
||||
|
||||
// @public
|
||||
export type TechDocsReaderPageRenderFunction = ({
|
||||
techdocsMetadataValue,
|
||||
entityMetadataValue,
|
||||
entityRef,
|
||||
}: {
|
||||
export type TechDocsReaderPageRenderFunction = (options: {
|
||||
techdocsMetadataValue?: TechDocsMetadata_2 | undefined;
|
||||
entityMetadataValue?: TechDocsEntityMetadata_2 | undefined;
|
||||
entityRef: CompoundEntityRef;
|
||||
|
||||
@@ -25,11 +25,7 @@ import {
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export type TechDocsReaderPageRenderFunction = ({
|
||||
techdocsMetadataValue,
|
||||
entityMetadataValue,
|
||||
entityRef,
|
||||
}: {
|
||||
export type TechDocsReaderPageRenderFunction = (options: {
|
||||
techdocsMetadataValue?: TechDocsMetadata | undefined;
|
||||
entityMetadataValue?: TechDocsEntityMetadata | undefined;
|
||||
entityRef: CompoundEntityRef;
|
||||
|
||||
Reference in New Issue
Block a user