UNPKG

goobs-frontend

Version:

A comprehensive React-based libary for building modern web applications

10 lines 335 B
import { default as React } from 'react'; import { TypographyProps } from '../../../Typography'; export interface LinkProps extends TypographyProps { link: string; } declare const useLink: (props: { link?: LinkProps | LinkProps[]; }) => React.ReactElement[] | null; export default useLink; //# sourceMappingURL=useLink.d.ts.map