Skip to content

Commit

Permalink
remove createUseThemeProps
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Jun 13, 2024
1 parent 37c6c5d commit 9e6f101
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions packages/mui-lab/src/zero-styled/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
import { useThemeProps } from '@mui/material/styles';

export { styled } from '@mui/material/styles';

// eslint-disable-next-line @typescript-eslint/no-unused-vars
export function createUseThemeProps(name: string) {
return useThemeProps;
}
5 changes: 0 additions & 5 deletions packages/mui-material/src/zero-styled/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ export function globalCss(styles: GlobalStylesProps['styles']) {
};
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
export function createUseThemeProps(name: string) {
return useThemeProps;
}

// eslint-disable-next-line @typescript-eslint/naming-convention
export function internal_createExtendSxProp() {
return extendSxProp;
Expand Down

0 comments on commit 9e6f101

Please sign in to comment.