UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

13 lines (12 loc) 573 B
import { Theme } from '@plurid/plurid-themes'; import { VerticalPositions } from "../../../../data/enumerations"; export interface IStyledToolbarControls { position: keyof typeof VerticalPositions; theme: Theme; } export declare const StyledToolbarControls: import("styled-components").StyledComponent<"div", any, IStyledToolbarControls, never>; interface IStyledToolbarControlsButtons { theme: Theme; } export declare const StyledToolbarControlsButtons: import("styled-components").StyledComponent<"div", any, IStyledToolbarControlsButtons, never>; export {};