4 lines
169 B
TypeScript
4 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';
|