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
/
lib
/
declarations.d.ts
4 lines
(3 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
import
{
IsotopeNode
}
from
"@isotope/core"
;
declare
type
ComponentFunction
=
(
page
:
string
,
content
?:
string
,
parse
?: (content:
string
) => (node: IsotopeNode) =>
void
) =>
(
parent
:
IsotopeNode
) =>
IsotopeNode
;
export
{
ComponentFunction
};