| 35 | |
| 36 | declare module '@mui/material/styles/createPalette' { |
| 37 | interface Palette { |
| 38 | primaryText: string; |
| 39 | divider1: string; |
| 40 | tooltip: Tooltip; |
| 41 | tile: Tile; |
| 42 | cell: Cell; |
| 43 | default: PaletteColor; |
| 44 | navbar: Navbar; |
| 45 | emphasis: Emphasis; |
| 46 | activity: Activity; |
| 47 | editor: Editor; |
| 48 | globalLoading: PaletteColor; |
| 49 | marker: Marker; |
| 50 | topBanner: TopBanner; |
| 51 | emailNotVerifiedBanner: EmailNotVerifiedBanner; |
| 52 | quickStart: QuickStart; |
| 53 | import: typeof all.import; |
| 54 | exampleBanner: ExampleBanner; |
| 55 | tipsBanner: TipsBanner; |
| 56 | tokens: TolgeeTokens; |
| 57 | colors: TolgeeColors; |
| 58 | placeholders: Placeholders; |
| 59 | languageChips: LanguageChips; |
| 60 | login: Login; |
| 61 | input: Input; |
| 62 | revisionFilterBanner: RevisionFilterBanner; |
| 63 | label: Label; |
| 64 | } |
| 65 | |
| 66 | interface PaletteOptions { |
| 67 | primaryText: string; |
nothing calls this directly
no outgoing calls
no test coverage detected