refactor(ui): update shared components and add ControlGroup, SidebarContainer
This commit is contained in:
@@ -14,20 +14,21 @@ interface Props {
|
||||
*/
|
||||
manager: PerspectiveManager;
|
||||
/**
|
||||
* Additional classes
|
||||
* CSS classes
|
||||
*/
|
||||
class?: string;
|
||||
/**
|
||||
* Children
|
||||
* Content snippet
|
||||
*/
|
||||
children: Snippet<[{ className?: string }]>;
|
||||
/**
|
||||
* Constrain plan to a horizontal region
|
||||
* 'left' | 'right' | 'full' (default)
|
||||
* Constrain region
|
||||
* @default 'full'
|
||||
*/
|
||||
region?: 'left' | 'right' | 'full';
|
||||
/**
|
||||
* Width percentage when using left/right region (default 50)
|
||||
* Region width percentage
|
||||
* @default 50
|
||||
*/
|
||||
regionWidth?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user