UNPKG

styled-ress

Version:

Filipe Linhares's ress CSS for styled-components

12 lines (9 loc) 239 B
import { InterpolationValue, GlobalStyleComponent, DefaultTheme, } from 'styled-components'; declare const ress: InterpolationValue; declare const Ress: GlobalStyleComponent<{}, DefaultTheme>; export { Ress }; export default ress;