Skip to content

Commit ee0a63b

Browse files
committed
feat: Export BaseStore
It is used in `scrapbox-userscript-std`
1 parent 894622f commit ee0a63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pageMenu.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { React } from "./vendor/react.ts";
22
import type { BaseStore } from "./baseStore.ts";
3+
export type { BaseStore };
34

45
export type AddMenuInit = {
56
title?: string;

0 commit comments

Comments
 (0)