mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
@@ -6,7 +6,7 @@ import React, { forwardRef } from 'react';
|
||||
import { Input } from './Input';
|
||||
import type { LocalizerType } from '../types/Util';
|
||||
|
||||
type PropsType = {
|
||||
export type PropsType = {
|
||||
disabled?: boolean;
|
||||
i18n: LocalizerType;
|
||||
onChangeValue: (value: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user