Updating report

Signed-off-by: Kalle Ericson <7943407+kalleericson@users.noreply.github.com>
This commit is contained in:
Kalle Ericson
2024-12-09 13:43:18 +01:00
parent 3ae955ba99
commit 2f50f702c5
3 changed files with 17 additions and 6 deletions
@@ -37,6 +37,7 @@ const useStyles = makeStyles<Theme>(() => ({
actionContainer: { padding: '16px', flex: 1, alignItems: 'flex-end' },
}));
/** @alpha */
export interface TemplateCardAdditionalLink {
icon: IconComponent;
text: string;
@@ -13,4 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export { TemplateCard, type TemplateCardProps } from './TemplateCard';
export {
TemplateCard,
type TemplateCardProps,
type TemplateCardAdditionalLink,
} from './TemplateCard';