OryNodeAnchorProps
type OryNodeAnchorProps = {
attributes: UiNodeAnchorAttributes
node: UiNode
} & Omit<ComponentPropsWithoutRef<"a">, "children">
Type declaration
| Name | Type |
|---|---|
attributes | UiNodeAnchorAttributes |
node | UiNode |
type OryNodeAnchorProps = {
attributes: UiNodeAnchorAttributes
node: UiNode
} & Omit<ComponentPropsWithoutRef<"a">, "children">
| Name | Type |
|---|---|
attributes | UiNodeAnchorAttributes |
node | UiNode |