13 lines
240 B
TypeScript
13 lines
240 B
TypeScript
declare const _default: {
|
|
container: {
|
|
backgroundColor: string;
|
|
};
|
|
inputStyle: {
|
|
padding: number;
|
|
fontSize: any;
|
|
height: any;
|
|
textAlignVertical: string;
|
|
};
|
|
};
|
|
export default _default;
|