UNPKG

@b-design/ui-layout

Version:

React component for Alibaba Cloud.

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