UNPKG

@fluido/ui-containers

Version:

A framework for create front-end easy and fast

12 lines (11 loc) 421 B
import { Length } from '@fluido/ui'; import { BoxProps } from '../box'; export interface SidebarProps_ extends BoxProps { contentMin?: Length; preventStretch?: boolean; gap?: Length; noStretch?: boolean; side?: 'left' | 'right'; sideWidth?: Length; } export declare const Sidebar_: import("@fluido/ui").FluiComponent<import("@fluido/ui").FluiComponent<"div", BoxProps>, SidebarProps_>;