/** * A CSS-to-JSON compiler for React Native focusing on minimal output. * @module */ export * from "./compiler"; export type * from "./compiler.types"; //# sourceMappingURL=index.d.ts.map