refactor(ui): update shared components and add ControlGroup, SidebarContainer
This commit is contained in:
@@ -12,6 +12,10 @@ import type { ButtonVariant } from './types';
|
||||
type BaseProps = Exclude<ComponentProps<typeof Button>, 'children' | 'iconPosition'>;
|
||||
|
||||
interface Props extends BaseProps {
|
||||
/**
|
||||
* Visual variant
|
||||
* @default 'icon'
|
||||
*/
|
||||
variant?: Extract<ButtonVariant, 'icon' | 'ghost' | 'secondary'>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user