5 lines
169 B
TypeScript
5 lines
169 B
TypeScript
|
// This allows the use of css={} on JSX elements.
|
||
|
//
|
||
|
// @see https://github.com/DefinitelyTyped/DefinitelyTyped/issues/31245
|
||
|
import {} from 'styled-components/cssprop';
|