UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

6 lines (5 loc) 246 B
import { IOperativeLayout } from './types/operativeLayout'; /** * @deprecated This component has been deprecated and will be removed in the next MAJOR release. */ export declare const OperativeLayout: (props: IOperativeLayout) => JSX.Element;