Skip to main content

OryNodeButtonProps

type OryNodeButtonProps = {
attributes: UiNodeInputAttributes;
node: UiNode;
} & Omit<ComponentPropsWithoutRef<"button">, "children"> & ButtonVariants;

Type declaration

NameType
attributesUiNodeInputAttributes
nodeUiNode