component events
This commit is contained in:
7
library/core/instance.ts
Normal file
7
library/core/instance.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { ReactNode } from "react"
|
||||
|
||||
export type ReacordInstance = {
|
||||
render: (content: ReactNode) => void
|
||||
deactivate: () => void
|
||||
destroy: () => void
|
||||
}
|
||||
Reference in New Issue
Block a user