feat: support page sharing by meta (#1858)

This commit is contained in:
Himself65
2023-04-10 17:13:44 -05:00
committed by GitHub
parent ea2a146c82
commit 7fea55d81f
4 changed files with 110 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
import type { AffineWorkspace } from '@affine/workspace/type';
export function useAffinePublicPage(workspace: AffineWorkspace) {}