1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 19:22:35 +02:00

update emotion dependency for site (#4783)

This commit is contained in:
Dylan Schiemann
2022-01-11 15:36:04 +00:00
committed by GitHub
parent 345b8fc9e8
commit ce1e096df7
14 changed files with 131 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
import React, { Ref, PropsWithChildren } from 'react'
import ReactDOM from 'react-dom'
import { cx, css } from 'emotion'
import { cx, css } from '@emotion/css'
interface BaseProps {
className: string