UNPKG

baseui

Version:

A React Component library implementing the Base design language

10 lines (9 loc) 342 B
import * as React from 'react'; export declare const StyledLink: import("styletron-react").StyletronComponent<"a", { $isAnimateUnderline?: boolean; $isFocusVisible?: boolean; } & { animateUnderline?: boolean; }>; /** @deprecated To be removed in future versions.*/ export type LinkProps = React.ComponentProps<typeof StyledLink>;