UNPKG

@everdome_io/next-js-helper

Version:

``` npm install @uig/uig-nextjs-helper ``` or ``` yarn add -D @uig/uig-nextjs-helper ```

10 lines (9 loc) 256 B
export declare function linkTarget(target?: string): string; export declare function linkRel(target: string): { rel: string; } | { rel?: undefined; }; export declare function slugToUrl(seo: { slug: string; }, prefix?: string): string;