@gsretail.com/gui-core
Version:
A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook
9 lines (8 loc) • 412 B
TypeScript
/// <reference types="react" />
import { LayoutContentViewProps } from "./type";
import { WithGuiTheme } from "../../../../assets/theme";
export declare const StyledBox: import("@emotion/styled").StyledComponent<((LayoutContentViewProps & WithGuiTheme) | (LayoutContentViewProps & WithGuiTheme & {
children?: import("react").ReactNode;
})) & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;