UNPKG

v8-ui-atoms

Version:

A library of common base components for building ui

9 lines (8 loc) 382 B
/// <reference types="react" /> import { IThemeInterface } from "@thryveai/theme-interfaces/theme.interfaces"; interface IBasicAnchorTagProps { noStyles: boolean; theme: IThemeInterface; } export declare const AnchorNoStyle: import("styled-components").StyledComponent<"a", any, IBasicAnchorTagProps & import("react").HTMLProps<HTMLInputElement>, never>; export {};