UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

6 lines (5 loc) 201 B
import { Theme } from '@plurid/plurid-themes'; export interface IStyledHR { theme: Theme; } export declare const StyledHR: import("styled-components").StyledComponent<"hr", any, IStyledHR, never>;