fix: export types.

This commit is contained in:
Hossein Mehrabi
2022-10-27 12:08:56 +03:30
parent c88150a98d
commit 20bec537af
2 changed files with 2 additions and 1 deletions
@@ -3,7 +3,7 @@
"version": "0.1.2",
"description": "Docusaurus local search plugin",
"main": "lib/index.js",
"types": "src/theme.d.ts",
"types": "src/plugin.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/acid-info/logos-docusaurus-plugins.git",
@@ -0,0 +1 @@
export type * from './index'