import { TransitionOptions } from '@uirouter/core'; import * as React from 'react'; export interface UISrefProps { children?: any; to: string; params?: object; options?: TransitionOptions; className?: string; } /** * A component to links to router states * * If you are using functional components, consider using the [[useSref]] hook instead. * * This component creates links to router states, allowing the user to navigate through the application. * It works well together with `` and `