Sanity Library Reference Docs
    Preparing search index...

    Variable IntentLinkConst

    IntentLink: ForwardRefExoticComponent<
        Omit<IntentLinkProps & HTMLProps<HTMLAnchorElement>, "ref"> & RefAttributes<
            HTMLAnchorElement,
        >,
    > = ...

    Props to pass to IntentLink component. See IntentLinkProps

    function MyComponent() {
    return <IntentLink intent="edit" params={{id: 'abc123'}}>Edit</IntentLink>
    }