From 986dc26fe888cde707799a0c32300dcf6f4674a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 22 Nov 2023 09:04:05 +0100 Subject: [PATCH] not public MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/bazaar/src/components/CardContentFields/AboutField.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/bazaar/src/components/CardContentFields/AboutField.tsx b/plugins/bazaar/src/components/CardContentFields/AboutField.tsx index 28c22bff37..e8c49bf4d7 100644 --- a/plugins/bazaar/src/components/CardContentFields/AboutField.tsx +++ b/plugins/bazaar/src/components/CardContentFields/AboutField.tsx @@ -38,8 +38,6 @@ const useStyles = makeStyles(theme => ({ /** * Props for {@link AboutField}. - * - * @public */ export interface AboutFieldProps { label: string; @@ -48,7 +46,6 @@ export interface AboutFieldProps { children?: React.ReactNode; } -/** @public */ export function AboutField(props: AboutFieldProps) { const { label, value, gridSizes, children } = props; const classes = useStyles();