UNPKG

@b-design/ui-layout

Version:

React component for Alibaba Cloud.

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