UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

11 lines (10 loc) 353 B
import { Theme } from '@plurid/plurid-themes'; export interface IStyledLinkButton { theme: Theme; level: number; isDisabled?: boolean; inline?: boolean; isActive?: boolean; } export declare const StyledLinkButton: any; export declare const StyledLinkButtonLoading: import("styled-components").StyledComponent<"div", any, {}, never>;