update Labeled desc

This commit is contained in:
josc146
2023-05-20 11:48:32 +08:00
parent 1573c09db0
commit 4f8e35ce62
3 changed files with 117 additions and 84 deletions

View File

@@ -3,7 +3,7 @@ import {Label, Tooltip} from '@fluentui/react-components';
import classnames from 'classnames';
export const Labeled: FC<{
label: string; desc?: string, content: ReactElement, flex?: boolean, spaceBetween?: boolean
label: string; desc?: string | null, content: ReactElement, flex?: boolean, spaceBetween?: boolean
}> = ({
label,
desc,