@furystack/shades-common-components
Version:
7 lines • 391 B
TypeScript
import { type MatchOptions } from 'path-to-regexp';
export declare const AppBarLink: (props: Omit<Partial<Omit<HTMLAnchorElement, "onclick">>, "style"> & {
style?: Partial<CSSStyleDeclaration>;
} & {
routingOptions?: MatchOptions;
} & Omit<Partial<HTMLElement>, "style">, children?: import("@furystack/shades").ChildrenList) => JSX.Element;
//# sourceMappingURL=app-bar-link.d.ts.map