import {CSSProperties as RCP} from 'react';
import {CSSObject} from '@emotion/styled';

export type CSSProperties = RCP & CSSObject;
