Skip to content

Commit

Permalink
* btn-group: change BtnGroupOptions type.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Sep 20, 2024
1 parent a250b09 commit 0da4e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/btn-group/src/types/btn-group-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type {CommonListProps, Item} from '@zui/common-list';
import type {BtnGroupItem} from './btn-group-item';

export interface BtnGroupOptions<T extends Item = BtnGroupItem> extends CommonListProps<T> {
size?: 'xs' | 'sm' | 'lg' | 'xl';
size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
type?: string;
btnType?: string;
btnProps?: Partial<ButtonProps>;
Expand Down

0 comments on commit 0da4e7b

Please sign in to comment.