empty screen dialog
parent
e948c5cfb8
commit
5e9394248e
|
@ -27,7 +27,7 @@ export function EmptyScreen({
|
|||
buttonRaw?: ReactNode; // Used incase you want to provide your own button.
|
||||
border?: boolean;
|
||||
dashedBorder?: boolean;
|
||||
}) {
|
||||
} & React.HTMLAttributes<HTMLDivElement>) {
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue