Skip to content

Commit

Permalink
feat(box): allow some select related props in the interface
Browse files Browse the repository at this point in the history
  • Loading branch information
SiTaggart committed Oct 7, 2020
1 parent bd80312 commit 60876f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/paste-core/primitives/box/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ export interface BoxElementProps extends Omit<React.HTMLAttributes<HTMLElement>,
href?: string;
rel?: string;
target?: string;
// select props
multiple?: boolean;
// optgroup props
label?: string;
}

export interface BoxProps extends BoxElementProps, BoxStyleProps {}
Expand Down

0 comments on commit 60876f8

Please sign in to comment.