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