mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 15:53:45 +02:00
Start cleaning up the mess of useServer; make startup page update in real time
This commit is contained in:
@@ -45,4 +45,10 @@ const Spinner = ({ centered, ...props }: Props) => (
|
||||
);
|
||||
Spinner.DisplayName = 'Spinner';
|
||||
|
||||
Spinner.Size = {
|
||||
SMALL: 'small' as SpinnerSize,
|
||||
BASE: 'base' as SpinnerSize,
|
||||
LARGE: 'large' as SpinnerSize,
|
||||
};
|
||||
|
||||
export default Spinner;
|
||||
|
||||
Reference in New Issue
Block a user