UNPKG

tss-react

Version:

Type safe CSS-in-JS API heavily inspired by react-jss

7 lines (6 loc) 176 B
export function matchCSSObject(arg) { return (arg instanceof Object && !("styles" in arg) && !("length" in arg) && !("__emotion_styles" in arg)); }