UNPKG
astro-beasties
Version:
latest (0.0.2)
0.0.2
0.0.1
Inline 🦔
github.com/PlayForm/Inline
PlayForm/Inline
astro-beasties
/
Target
/
Interface
/
Integration.d.ts
10 lines
(9 loc)
•
211 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
type
{
AstroIntegration
}
from
"astro"
;
import
type
Option
from
"../Interface/Option.js"
;
/** *
@module
Integration
* */
export
default
interface
Interface
{ (
Option
?:
Option
):
AstroIntegration
; }