UNPKG

@b-design/ui-layout

Version:

React component for Alibaba Cloud.

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