UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

13 lines (12 loc) 574 B
import { Theme } from '@plurid/plurid-themes'; export interface IStyledFormline { theme: Theme; level: number; responsive: boolean; } export declare const StyledFormline: import("styled-components").StyledComponent<"div", any, IStyledFormline, never>; export declare const StyledFormlineText: import("styled-components").StyledComponent<"div", any, {}, never>; export interface IStyledFormlineElement { responsive: boolean; } export declare const StyledFormlineElement: import("styled-components").StyledComponent<"div", any, IStyledFormlineElement, never>;