api reports and changeset
Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user