mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Move left pane entirely to React
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
export type RenderTextCallback = (
|
||||
export type RenderTextCallbackType = (
|
||||
options: {
|
||||
text: string;
|
||||
key: number;
|
||||
}
|
||||
) => JSX.Element | string;
|
||||
|
||||
export type Localizer = (key: string, values?: Array<string>) => string;
|
||||
export type LocalizerType = (key: string, values?: Array<string>) => string;
|
||||
|
||||
export type Color =
|
||||
export type ColorType =
|
||||
| 'gray'
|
||||
| 'blue'
|
||||
| 'cyan'
|
||||
|
||||
Reference in New Issue
Block a user