UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

14 lines 451 B
/// <reference types="react" /> import { IGoToListLink } from './GetGoToListLink'; import { IGoToItemLink } from './GoToLinks'; /** * https://github.com/mikezimm/fps-library-v2/issues/190 * * @param props * @returns */ export declare function getGoToLinks(props: IGetGoToLinks): JSX.Element; export interface IGetGoToLinks extends IGoToItemLink, IGoToListLink { layout?: 'h3' | 'div'; } //# sourceMappingURL=getGoToLinks.d.ts.map