mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 00:41:50 +03:00
98e35384a6
```ts import { observeResize } from "@affine/component"; useEffect(() => { const dispose = observeResize(element entry => { console.log(entry.contentRect); }); return () => dispose(); }, []); ``` |
||
---|---|---|
.. | ||
public | ||
src | ||
package.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
tsconfig.server.json |