UNPKG
@tistory-skin-previewer/astro
Version:
latest (0.6.4)
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.1
0.5.0
Astro integration for Tistory skin previewing
@tistory-skin-previewer/astro
/
dist
/
index.d.mts
6 lines
(3 loc)
•
139 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
AstroIntegration
}
from
'astro'
; declare
function
tistoryPreviewer
(
):
AstroIntegration
;
export
{ tistoryPreviewer
as
default
};