feature/responsive #22

Merged
ilia merged 49 commits from feature/responsive into main 2026-02-09 06:49:25 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 4891cd3bbd - Show all commits

View File

@@ -49,3 +49,5 @@ export function createPersistentStore<T>(key: string, defaultValue: T) {
},
};
}
export type PersistentStore<T> = ReturnType<typeof createPersistentStore<T>>;

View File

@@ -14,6 +14,7 @@ export {
type Filter,
type FilterModel,
type LineData,
type PersistentStore,
type Property,
type ResponsiveManager,
responsiveManager,