base.d.ts 236 Bytes Edit Raw Blame History Permalink 1 2 3 4 import { CreateStyled } from "./types.js"; export type { ArrayInterpolation, ComponentSelector, CSSObject, FunctionInterpolation, Interpolation } from '@emotion/serialize'; declare const _default: CreateStyled; export default _default;