Skip to content

Instantly share code, notes, and snippets.

@IdrissMahjoubi
Created September 21, 2022 13:24
class UserCardExtension extends NodeExtension {
get name() {
return 'user-card' as const;
}
ReactComponent: ComponentType<NodeViewComponentProps> = UserCard
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment