[ui][fix] Remove undefined

pull/505/head
Ai Ling 3 years ago
parent 95c00c784c
commit a8d0096791

@ -31,9 +31,9 @@ type Props = Readonly<{
isLoading?: boolean; isLoading?: boolean;
label: string; label: string;
onClick?: (event: React.MouseEvent<HTMLElement>) => void; onClick?: (event: React.MouseEvent<HTMLElement>) => void;
rel?: string | undefined; rel?: string;
size?: ButtonSize; size?: ButtonSize;
target?: HTMLAttributeAnchorTarget | undefined; target?: HTMLAttributeAnchorTarget;
type?: ButtonType; type?: ButtonType;
variant: ButtonVariant; variant: ButtonVariant;
}>; }>;

Loading…
Cancel
Save