// Type definitions for css-to-style 1.2 // Project: https://github.com/jacobbuck/css-to-style // Definitions by: Ben Grynhaus // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 declare function toStyle(cssText: string): CSSStyleDeclaration; export default toStyle;