UNPKG
@isotope/docking
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
Docking - Isotope-based Static Site Generator
areknawo.com/docking
Isotope-js/isotope
@isotope/docking
/
src
/
declarations.ts
10 lines
(7 loc)
•
239 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
IsotopeNode
}
from
"@isotope/core"
;
type
ComponentFunction
=
(
page
:
string
,
content
?:
string
,
parse
?: (content:
string
) => (node: IsotopeNode) =>
void
) =>
(
parent
:
IsotopeNode
) =>
IsotopeNode
;
export
{
ComponentFunction
};