1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/ElectronClient/gui/style/StyledTextInput.tsx
2020-09-15 14:01:07 +01:00

8 lines
122 B
TypeScript

const styled = require('styled-components').default;
const StyledInput = styled.input`
`;
export default StyledInput;