(cherry picked from commit b5de6e7a1d)
Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com>
This commit is contained in:
co-authored by
Ivana Huckova
parent
8a677b0ae4
commit
ee46b14371
@@ -23,6 +23,10 @@ export type Props = {
|
||||
inline?: boolean;
|
||||
size?: number;
|
||||
};
|
||||
|
||||
/**
|
||||
* @public
|
||||
*/
|
||||
export const Spinner: FC<Props> = (props: Props) => {
|
||||
const { className, inline = false, iconClassName, style, size = 16 } = props;
|
||||
const styles = getStyles(size, inline);
|
||||
|
||||
Reference in New Issue
Block a user