UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

11 lines (9 loc) 183 B
import { LinkProps, } from '@material-ui/core/Link'; import { ReactNode, } from 'react'; export interface IUrlLinkOwnProps extends LinkProps { readonly children?: ReactNode; }