@b-design/ui-layout
Version:
React component for Alibaba Cloud.
9 lines (8 loc) • 570 B
TypeScript
/// <reference types="react" />
/**
* @public
*/
declare const LayoutStyle: import("styled-components").StyledComponent<import("react").FC<import("../Layout").ILayoutProps>, any, {}, never>;
export default LayoutStyle;
export declare const VerticalLayoutStyle: import("styled-components").StyledComponent<import("react").FC<import("../VerticalLayout").IVerticalLayoutProps>, any, {}, never>;
export declare const BothSidesLayoutStyle: import("styled-components").StyledComponent<import("react").FC<import("../BothSidesLayout").IBothSidesLayoutProps>, any, {}, never>;