@@ -3,9 +3,8 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="react" />
|
||||
|
||||
import { Extension } from '@backstage/core-plugin-api';
|
||||
import { default as React_2 } from 'react';
|
||||
import { RJSFSchema } from '@rjsf/utils';
|
||||
import { UiSchema } from '@rjsf/utils';
|
||||
|
||||
@@ -61,7 +60,7 @@ export function createCardExtension<T>(options: {
|
||||
description?: string;
|
||||
layout?: CardLayout;
|
||||
settings?: CardSettings;
|
||||
}): Extension<(props: CardExtensionProps<T>) => JSX.Element>;
|
||||
}): Extension<(props: CardExtensionProps<T>) => React_2.JSX.Element>;
|
||||
|
||||
// @public (undocumented)
|
||||
export type RendererProps = {
|
||||
@@ -74,5 +73,5 @@ export const SettingsModal: (props: {
|
||||
close: Function;
|
||||
componentName?: string;
|
||||
children: JSX.Element;
|
||||
}) => JSX.Element;
|
||||
}) => React_2.JSX.Element;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user