@xylabs/react-appbar
Version:
Common React library for all XY Labs projects that use React
9 lines • 325 B
TypeScript
import type { LinkExProps } from '@xylabs/react-link';
import type { ReactNode } from 'react';
import React from 'react';
export type LogoLinkExProps = LinkExProps & {
logo?: ReactNode;
version?: boolean | string;
};
export declare const LogoLinkEx: React.FC<LogoLinkExProps>;
//# sourceMappingURL=LogoLinkEx.d.ts.map