UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

7 lines (6 loc) 175 B
import type { JSX } from 'react'; type Props = { hasLinkAttributes?: boolean; }; export default function LinkPlugin({ hasLinkAttributes }: Props): JSX.Element; export {};