UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

9 lines (8 loc) 240 B
import React from "react"; import LinkProps from "../router/LinkProps"; export interface Props extends LinkProps { disabled?: boolean; waveEffect?: string; } declare const LinkItem: React.FC<Props>; export default LinkItem;