Apply draft CSS markers to the preview element (60fps, SDK not involved)
(id: string, props: DraftProps)
| 60 | |
| 61 | /** Apply draft CSS markers to the preview element (60fps, SDK not involved) */ |
| 62 | applyDraft(id: string, props: DraftProps): void; |
| 63 | |
| 64 | /** Derive op from draft markers, dispatch it, emit patch event, clear markers */ |
| 65 | commitPreview(): void; |
no outgoing calls
no test coverage detected