UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

14 lines (13 loc) 390 B
import { Theme } from '@plurid/plurid-themes'; export interface IStyledVerticalToolbarButton { active: boolean; scaleIcon: boolean; first: boolean; last: boolean; theme: Theme; } export declare const StyledVerticalToolbarButton: any; export interface IStyledVerticalToolbarButtonText { textLeft: boolean; } export declare const StyledVerticalToolbarButtonText: any;