5 lines
236 B
TypeScript
5 lines
236 B
TypeScript
import { CreateStyled } from "./types.js";
|
|
export type { ArrayInterpolation, ComponentSelector, CSSObject, FunctionInterpolation, Interpolation } from '@emotion/serialize';
|
|
declare const _default: CreateStyled;
|
|
export default _default;
|