@@ -3,8 +3,6 @@
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
/// <reference types="react" />
|
||||
|
||||
import { ApiRef } from '@backstage/core-plugin-api';
|
||||
import { BackstagePlugin } from '@backstage/core-plugin-api';
|
||||
import { DiscoveryApi } from '@backstage/core-plugin-api';
|
||||
@@ -14,6 +12,7 @@ import { FeedbackResponse } from '@backstage/plugin-entity-feedback-common';
|
||||
import { FetchApi } from '@backstage/core-plugin-api';
|
||||
import { Rating } from '@backstage/plugin-entity-feedback-common';
|
||||
import { Ratings } from '@backstage/plugin-entity-feedback-common';
|
||||
import { default as React_2 } from 'react';
|
||||
import { ReactNode } from 'react';
|
||||
import { RouteRef } from '@backstage/core-plugin-api';
|
||||
|
||||
@@ -84,18 +83,18 @@ export interface EntityFeedbackResponse {
|
||||
}
|
||||
|
||||
// @public (undocumented)
|
||||
export const EntityFeedbackResponseContent: () => JSX.Element;
|
||||
export const EntityFeedbackResponseContent: () => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const EntityLikeDislikeRatingsCard: () => JSX.Element;
|
||||
export const EntityLikeDislikeRatingsCard: () => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const EntityStarredRatingsCard: () => JSX.Element;
|
||||
export const EntityStarredRatingsCard: () => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export const FeedbackResponseDialog: (
|
||||
props: FeedbackResponseDialogProps,
|
||||
) => JSX.Element;
|
||||
) => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface FeedbackResponseDialogProps {
|
||||
@@ -114,7 +113,7 @@ export interface FeedbackResponseDialogProps {
|
||||
// @public (undocumented)
|
||||
export const FeedbackResponseTable: (
|
||||
props: FeedbackResponseTableProps,
|
||||
) => JSX.Element;
|
||||
) => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface FeedbackResponseTableProps {
|
||||
@@ -127,7 +126,7 @@ export interface FeedbackResponseTableProps {
|
||||
// @public (undocumented)
|
||||
export const LikeDislikeButtons: (
|
||||
props: LikeDislikeButtonsProps,
|
||||
) => JSX.Element;
|
||||
) => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface LikeDislikeButtonsProps {
|
||||
@@ -142,7 +141,7 @@ export interface LikeDislikeButtonsProps {
|
||||
// @public (undocumented)
|
||||
export const LikeDislikeRatingsTable: (
|
||||
props: LikeDislikeRatingsTableProps,
|
||||
) => JSX.Element;
|
||||
) => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface LikeDislikeRatingsTableProps {
|
||||
@@ -157,7 +156,7 @@ export interface LikeDislikeRatingsTableProps {
|
||||
// @public (undocumented)
|
||||
export const StarredRatingButtons: (
|
||||
props: StarredRatingButtonsProps,
|
||||
) => JSX.Element;
|
||||
) => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StarredRatingButtonsProps {
|
||||
@@ -174,7 +173,7 @@ export interface StarredRatingButtonsProps {
|
||||
// @public (undocumented)
|
||||
export const StarredRatingsTable: (
|
||||
props: StarredRatingsTableProps,
|
||||
) => JSX.Element;
|
||||
) => React_2.JSX.Element;
|
||||
|
||||
// @public (undocumented)
|
||||
export interface StarredRatingsTableProps {
|
||||
|
||||
Reference in New Issue
Block a user