mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-07 18:26:17 +00:00
6 lines
196 B
TypeScript
6 lines
196 B
TypeScript
/**
|
|
* Compatibility export for server consumers. The edit-protocol constants are
|
|
* owned by core's dependency-free browser contract.
|
|
*/
|
|
export * from "@hyperframes/core/editing/draft-markers";
|