fix: completion page apis, validation, email states
This commit is contained in:
@@ -8,6 +8,10 @@ declare module '@mui/material/styles' {
|
||||
interface PaletteOptions {
|
||||
club?: PaletteOptions['primary']; // Extend PaletteOptions for optional 'club'
|
||||
}
|
||||
|
||||
interface TypeBackground {
|
||||
primary: string;
|
||||
}
|
||||
}
|
||||
|
||||
declare module '@mui/material/Button' {
|
||||
@@ -16,6 +20,8 @@ declare module '@mui/material/Button' {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: move this to types
|
||||
// has typo
|
||||
export type PalleteColor =
|
||||
| 'primary'
|
||||
| 'secondary'
|
||||
|
||||
Reference in New Issue
Block a user