We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b67f0 commit aee18e2Copy full SHA for aee18e2
index.d.mts
@@ -3,7 +3,7 @@ export {
3
ObjectifyOptions,
4
sync,
5
async,
6
- objectifiy,
+ objectify,
7
parse,
8
default
9
} from './index.js'
index.d.ts
@@ -43,14 +43,14 @@ declare namespace postcssJs {
43
* @param root The root to convert
44
* @returns CSS-in-JS object
45
*/
46
- function objectifiy(root: Root, options?: ObjectifyOptions): CssInJs
+ function objectify(root: Root, options?: ObjectifyOptions): CssInJs
47
48
export {
49
CssInJs,
50
51
52
53
54
55
postcssJs as default
56
}
0 commit comments