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
/
config.d.ts
11 lines
(10 loc)
•
196 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
interface
Config
{ [
property
:
string
]:
any
; }
/** * Loads the config file. * *
@returns
- Config object. */
declare
const
loadConfig
:
() =>
Promise
<
Config
>;
export
{
Config
, loadConfig };