UNPKG

react-life-design

Version:
18 lines (17 loc) 449 B
import * as React from 'react'; export interface IProps { href?: string; children?: React.ReactNode; target?: string; isType?: string; className?: string; css?: string | Object; title?: string; alt?: string; onClick?: (any?: any) => any; isActiveRoute?: boolean; route?: string; params?: any; } declare const _default: ({ children, isType, ...props }: IProps) => JSX.Element; export default _default;