@plurid/plurid-react
Version:
React implementation of Plurid to explore the web in three dimensions
14 lines (13 loc) • 543 B
TypeScript
import { Theme } from '@plurid/plurid-themes/distribution';
export interface IStyledToolbarButton {
theme: Theme;
first?: boolean;
last?: boolean;
active?: boolean;
scaleImage?: boolean;
}
export declare const StyledToolbarButton: import("styled-components").StyledComponent<"div", any, IStyledToolbarButton, never>;
export interface IStyledToolbarButtonText {
textLeft?: boolean;
}
export declare const StyledToolbarButtonText: import("styled-components").StyledComponent<"div", any, IStyledToolbarButtonText, never>;