refactor: interactive button
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
export abstract class Node {
|
||||
abstract get name(): string
|
||||
abstract props: Record<string, unknown>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user