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

export type CSSProperties = RCP & CSSObject;
