excalidraw/src/scene/index.ts

20 lines
491 B
TypeScript
Raw Normal View History

export { isOverScrollBars } from "./scrollbars";
export {
isSomeElementSelected,
getElementsWithinSelection,
2020-01-24 12:04:54 +02:00
getCommonAttributeOfSelectedElements,
getSelectedElements,
getTargetElements,
} from "./selection";
export { calculateScrollCenter } from "./scroll";
export {
hasBackground,
hasStrokeWidth,
hasStrokeStyle,
canHaveArrowheads,
canChangeRoundness,
getElementAtPosition,
getElementsAtPosition,
} from "./comparisons";
export { getNormalizedZoom } from "./zoom";