import type { IDisableableProps } from '../Controls/Behaviors/Disableable'; /** * Represents the `IRouterLinkElementProps` interface. * * @public */ export interface IRouterLinkElementProps extends IDisableableProps { href: string; target: string; } //# sourceMappingURL=IRouterLinkElementProps.d.ts.map