api reports and changeset

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2023-01-12 07:59:25 +00:00
parent 9fc65bbc38
commit bd382f2bc2
3 changed files with 18 additions and 0 deletions
+12
View File
@@ -277,6 +277,15 @@ export const EntityHasSubcomponentsCard: (
// @public (undocumented)
export const EntityHasSystemsCard: (props: HasSystemsCardProps) => JSX.Element;
// @public (undocumented)
export const EntityLabelsCard: (props: EntityLabelsCardProps) => JSX.Element;
// @public (undocumented)
export interface EntityLabelsCardProps {
// (undocumented)
variant?: InfoCardVariants;
}
// @public
export const EntityLayout: {
(props: EntityLayoutProps): JSX.Element;
@@ -385,6 +394,9 @@ export interface HasComponentsCardProps {
variant?: InfoCardVariants;
}
// @public
export function hasLabels(entity: Entity): boolean;
// @public (undocumented)
export interface HasResourcesCardProps {
// (undocumented)
@@ -16,3 +16,4 @@
export { EntityLabelsCard } from './EntityLabelsCard';
export * from './conditions';
export type { EntityLabelsCardProps } from './EntityLabelsCard';