import create from './create';
import type { CSSProperties } from './type';

function css(style: CSSProperties) {
  return style;
}

export { create, css };