@furystack/shades
Version:
Google Authentication Provider for FuryStack
6 lines • 438 B
TypeScript
import type { PartialElement } from '../models/partial-element.js';
export type RouteLinkProps = PartialElement<Omit<HTMLAnchorElement, 'onclick'>>;
export declare const RouteLink: (props: Omit<Partial<Omit<HTMLAnchorElement, "onclick">>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
} & Omit<Partial<HTMLElement>, "style">, children?: import("../index.js").ChildrenList) => JSX.Element;
//# sourceMappingURL=route-link.d.ts.map