move stuff around until it feels right
This commit is contained in:
6
library/embed/embed-child.ts
Normal file
6
library/embed/embed-child.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Node } from "../node.js"
|
||||
import type { EmbedOptions } from "./embed-options"
|
||||
|
||||
export abstract class EmbedChildNode<Props> extends Node<Props> {
|
||||
abstract modifyEmbedOptions(options: EmbedOptions): void
|
||||
}
|
||||
Reference in New Issue
Block a user