UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

12 lines (11 loc) 542 B
import { Theme } from '@plurid/plurid-themes'; export interface IStyledHorizontalToolbarButton { active?: boolean; scaleIcon?: boolean; theme: Theme; } export declare const StyledHorizontalToolbarButton: import("styled-components").StyledComponent<"div", any, IStyledHorizontalToolbarButton, never>; export interface IStyledHorizontalToolbarButtonIcon { text: string; } export declare const StyledHorizontalToolbarButtonIcon: import("styled-components").StyledComponent<"div", any, IStyledHorizontalToolbarButtonIcon, never>;