rn-material-ui-textfield
Version:
16 lines (15 loc) • 384 B
TypeScript
declare namespace _default {
namespace container {
const position: "absolute";
const top: number;
const left: string;
const width: string;
const paddingLeft: string;
}
namespace text {
const textAlign: "left";
const includeFontPadding: false;
const textAlignVertical: "top";
}
}
export default _default;