@kwiz/fluentui
Version:
KWIZ common controls for FluentUI
7 lines • 334 B
JavaScript
import { jsx as _jsx } from "react/jsx-runtime";
import { LOGO_ANIM_SMALL } from '@kwiz/common';
import { Centered } from './centered';
export const Loading = (props) => {
return (_jsx(Centered, { children: _jsx("img", { src: LOGO_ANIM_SMALL, alt: "loading", style: { width: '15vw' } }) }));
};
//# sourceMappingURL=loading.js.map