UNPKG
@sanpjs/runtime
Version:
latest (0.1.0)
0.1.0
0.1.0-alpha.1
0.1.0-alpha.0
San Pro Runtime
@sanpjs/runtime
/
dist
/
Page.d.ts
6 lines
(5 loc)
•
227 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
BaseComponent
}
from
'./Component'
;
import
{
RenderContext
}
from
'@sanpjs/core'
;
export
default
class
Page
extends
BaseComponent
{
static
fetchData
:
(
context
:
RenderContext
) =>
Promise
<
Record
<
string
,
unknown
>>; }