UNPKG

zent

Version:

一套前端设计语言和基于React的实现

6 lines (5 loc) 151 B
import { FC } from 'react'; export interface IElevatorAnchorProps { link: string; } export declare const ElevatorAnchor: FC<IElevatorAnchorProps>;