UNPKG

@bytedance/mona-client-web

Version:

web for mona

7 lines (6 loc) 136 B
import React from 'react'; export interface LinkProps { to: string; } declare const Link: React.FC<LinkProps>; export default Link;