UNPKG

@b-design/ui-layout

Version:

React component for Alibaba Cloud.

9 lines (8 loc) 258 B
import React from 'react'; import type { IVerticalLayoutProps } from './typings/IVerticalLayoutProps.type'; export type { IVerticalLayoutProps }; /** * @public */ declare const VerticalLayout: React.FC<IVerticalLayoutProps>; export default VerticalLayout;