@resistdesign/voltra
    Preparing search index...

    Type Alias NavButtonProps

    NavButtonProps: PressableProps & { path: string; replace?: boolean }

    Props for NavButton.

    Type Declaration

    • path: string

      Relative or absolute Voltra route path.

    • Optionalreplace?: boolean

      Use adapter replace instead of push when true.