feat(Board): add constant-size FocalFrame
This commit is contained in:
@@ -2,6 +2,7 @@ export { fitColumns } from './lib';
|
||||
export {
|
||||
__resetBoard,
|
||||
type BoardStore,
|
||||
FRAME_ROLE_GAP,
|
||||
getBoard,
|
||||
MAX_COLUMNS,
|
||||
type RoleTypography,
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
export { MAX_COLUMNS } from './const/const';
|
||||
export {
|
||||
FRAME_ROLE_GAP,
|
||||
MAX_COLUMNS,
|
||||
} from './const/const';
|
||||
export {
|
||||
__resetBoard,
|
||||
type BoardStore,
|
||||
|
||||
Reference in New Issue
Block a user