Skip to content

Commit f5a184b

Browse files
committed
style(ui): reformat Select interface with Prettier 3.8.3
Signed-off-by: MartinS-git <info@eyepic.de>
1 parent 28a1cfe commit f5a184b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/ui-components/src/components/Select/Select.component.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ export type SelectContextProps = {
8686
}
8787
export const SelectContext = createContext<SelectContextProps | undefined>(undefined)
8888

89-
export interface SelectProps
90-
extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, "value" | "defaultValue" | "onChange"> {
89+
export interface SelectProps extends Omit<
90+
ButtonHTMLAttributes<HTMLButtonElement>,
91+
"value" | "defaultValue" | "onChange"
92+
> {
9193
/** Pass an aria-label to the Select toggle button */
9294
ariaLabel?: string
9395
/** The children to render as options. Use the SelectOption component, and SelectDivider if needed. */

0 commit comments

Comments
 (0)