added props

Signed-off-by: tperehinets <tetiana.perehinets@gmail.com>
This commit is contained in:
tperehinets
2023-08-15 18:12:59 +03:00
parent 832eef7248
commit e13dcffeff
4 changed files with 4 additions and 0 deletions
@@ -27,6 +27,7 @@ import {
/** @public */
export interface HasComponentsCardProps {
variant?: InfoCardVariants;
title?: string;
}
export function HasComponentsCard(props: HasComponentsCardProps) {
@@ -27,6 +27,7 @@ import {
/** @public */
export interface HasResourcesCardProps {
variant?: InfoCardVariants;
title?: string;
}
export function HasResourcesCard(props: HasResourcesCardProps) {
@@ -27,6 +27,7 @@ import {
export interface HasSubcomponentsCardProps {
variant?: InfoCardVariants;
tableOptions?: TableOptions;
title?: string;
}
export function HasSubcomponentsCard(props: HasSubcomponentsCardProps) {
@@ -27,6 +27,7 @@ import {
/** @public */
export interface HasSystemsCardProps {
variant?: InfoCardVariants;
title?: string;
}
export function HasSystemsCard(props: HasSystemsCardProps) {