UNPKG
astro-tina
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
Support contextual editing with TinaCMS in static Astro sites.
astro-tina
/
dist
/
index.d.ts
9 lines
(8 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
AstroIntegration
}
from
'astro'
;
declare
module
'astro'
{
interface
AstroClientDirectives
{
'client:tina'
?:
boolean
; } }
declare
const
_default
:
() =>
AstroIntegration
;
export
default
_default;