Files
DefinitelyTyped/types/css-to-style/css-to-style-tests.ts
2022-06-24 14:05:01 -07:00

13 lines
184 B
TypeScript

import toStyle from "css-to-style";
// @ts-expect-error
toStyle();
// @ts-expect-error
toStyle({});
// @ts-expect-error
toStyle(1);
toStyle(''); // $ExpectType CSSStyleDeclaration