@expofp/floorplan
Version:
Interactive floor plan library for expos and events
8 lines • 380 B
TypeScript
import { type SimpleRowProps } from '../ui/SimpleRow';
type SimpleRowContainerProps = Omit<SimpleRowProps, 'title'> & {
title: string;
highlight?: boolean;
};
declare const SimpleRowContainer: ({ title, highlight, style, ...rest }: SimpleRowContainerProps) => import("react").JSX.Element;
export default SimpleRowContainer;
//# sourceMappingURL=SimpleRowContainer.d.ts.map