UNPKG
next-tribune-blog
Version:
latest (2.0.0)
2.0.0
1.0.12
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Automatic blog generator for Next.js from Tribune.sh blockchain articles
next-tribune-blog
/
dist
/
src
/
plugin.d.ts
7 lines
•
220 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PluginOptions
}
from
'./types'
;
export
declare
class
NextTribuneBlogPlugin
{
private
options;
constructor
(
options
?:
PluginOptions
);
apply
(
nextConfig
:
any
):
any
; }
//# sourceMappingURL=plugin.d.ts.map