Skip to content

Commit ac60a34

Browse files
authored
Merge pull request #54 from takker99:baseStore
feat: Export `BaseStore`
2 parents 894622f + ee0a63b commit ac60a34

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)