OryNodeLabelProps
type OryNodeLabelProps = {
attributes: UiNodeInputAttributes;
node: UiNode;
} & ComponentPropsWithoutRef<"label">;
Type declaration
Name | Type |
---|---|
attributes | UiNodeInputAttributes |
node | UiNode |
type OryNodeLabelProps = {
attributes: UiNodeInputAttributes;
node: UiNode;
} & ComponentPropsWithoutRef<"label">;
Name | Type |
---|---|
attributes | UiNodeInputAttributes |
node | UiNode |