UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

13 lines 595 B
import { BoxProps, PaperProps } from '@mui/material'; import { StyledComponent } from '@emotion/styled'; import { ReactNode } from 'react'; export declare const StyledOuterContainer: StyledComponent<BoxProps>; export declare const StyledInnerContainer: StyledComponent<PaperProps>; type LeftRightPanelProps = { leftContent: ReactNode; rightContent: ReactNode; className?: string; }; export declare function LeftRightPanel({ leftContent, rightContent, className, }: LeftRightPanelProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=LeftRightPanel.d.ts.map