feat(Board): add constant-size FocalFrame

This commit is contained in:
Ilia Mashkov
2026-06-24 15:29:52 +03:00
parent 59097ca9ad
commit 118c588859
4 changed files with 105 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@ export { fitColumns } from './lib';
export {
__resetBoard,
type BoardStore,
FRAME_ROLE_GAP,
getBoard,
MAX_COLUMNS,
type RoleTypography,
+4 -1
View File
@@ -1,4 +1,7 @@
export { MAX_COLUMNS } from './const/const';
export {
FRAME_ROLE_GAP,
MAX_COLUMNS,
} from './const/const';
export {
__resetBoard,
type BoardStore,