Skip to content

Commit

Permalink
Format code and update pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BierDav committed Sep 29, 2023
1 parent b88c665 commit 6a6f7fd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 64 deletions.
6 changes: 3 additions & 3 deletions packages/lab/src/LoadingButton/LoadingButtonProps.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { ExtendButtonTypeMap, ButtonClasses } from "@suid/material/Button";
import { ButtonClasses, ExtendButtonTypeMap } from "@suid/material/Button";
import { Theme } from "@suid/material/styles";
import { SxProps } from "@suid/system";
import * as ST from "@suid/types";
import { JSXElement } from "solid-js";

export type LoadingButtonTypeMap<
P = {},
D extends ST.ElementType = "button"
D extends ST.ElementType = "button",
> = {
name: "MuiLoadingButton";
defaultPropNames:
Expand Down Expand Up @@ -75,7 +75,7 @@ export type LoadingButtonTypeMap<

export type LoadingButtonProps<
D extends ST.ElementType = LoadingButtonTypeMap["defaultComponent"],
P = {}
P = {},
> = ST.OverrideProps<LoadingButtonTypeMap<P, D>, D>;

export default LoadingButtonProps;
83 changes: 22 additions & 61 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a6f7fd

Please sign in to comment.