Skip to content

Commit

Permalink
feat: Export BaseStore
Browse files Browse the repository at this point in the history
It is used in `scrapbox-userscript-std`
  • Loading branch information
takker99 committed Aug 2, 2024
1 parent 894622f commit ee0a63b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pageMenu.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { React } from "./vendor/react.ts";
import type { BaseStore } from "./baseStore.ts";
export type { BaseStore };

export type AddMenuInit = {
title?: string;
Expand Down

0 comments on commit ee0a63b

Please sign in to comment.