UNPKG

@fluster.io/dev

Version:

8 lines (7 loc) 211 B
import { HTMLProps, ReactNode } from 'react'; type AnchorTagProps = HTMLProps<HTMLAnchorElement>; export declare const AnchorTag: { (props: AnchorTagProps): ReactNode; displayName: string; }; export {};