UNPKG

@masaischool/lotus

Version:

Masai UI component library designed to work seamlessly with Chakra UI

45 lines (44 loc) 1.06 kB
declare const Input: { baseStyle: { field: { fontWeight: string; fontStyle: string; fontSize: string; fontFamily: string; borderRadius: string; _placeholder: { color: string; }; border: string; _focused: { border: string; }; _disabled: { background: string; }; }; addon: { fontSize: string; fontFamily: string; _disabled: { background: string; }; }; }; sizes: { lg: { field: { fontWeight: string; fontSize: string; lineHeight: string; fontFamily: string; letterSpacing: string; fontStyle: string; }; }; }; defaultProps: { size: string; }; }; export default Input;