UNPKG
@benev/praxis
Version:
latest (0.0.0-5)
0.0.0-5
0.0.0-4
0.0.0-3
0.0.0-2
0.0.0-1
Multiplayer webgame laboratory
github.com/benevolent-games/praxis
benevolent-games/praxis
@benev/praxis
/
x
/
ui
/
dom
/
views
/
spinner
/
view.d.ts
6 lines
(5 loc)
•
250 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
const
SpinnerView
:
(
props
: [],
meta
?:
Partial
<{ content:
import
(
"lit-html"
).TemplateResult; auto_exportparts:
boolean
; attrs:
import
(
"@benev/slate"
).ShadowAttrs; }>
) =>
import
(
"lit-html/directive.js"
).
DirectiveResult
<
any
>;