1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/app-desktop/gui/style/StyledTextInput.tsx

8 lines
122 B
TypeScript
Raw Normal View History

2020-09-15 15:01:07 +02:00
const styled = require('styled-components').default;
const StyledInput = styled.input`
`;
export default StyledInput;