Created
July 16, 2022 15:08
-
-
Save vmarcosp/8c46bb0a2966de2f2fad07dd373ed70b to your computer and use it in GitHub Desktop.
Basic bindings for @emotion/css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@module("@emotion/css") external css: {..} => string = "css" | |
@module("@emotion/css") external rawCss: string => string = "css" | |
@module("@emotion/css") external keyframes: {..} => string = "keyframes" | |
@module("@emotion/css") external injectGlobal: {..} => unit = "injectGlobal" | |
@module("@emotion/css") external compose: (string, string) => string = "compose" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment