1
mirror of https://github.com/jakejarvis/stitches-normalize.git synced 2025-04-26 18:58:27 -04:00
stitches-normalize/index.d.ts
2022-03-05 11:58:09 -05:00

6 lines
146 B
TypeScript

import * as Stitches from "@stitches/react";
declare const normalizeCss: Record<string, Stitches.CSSProperties>[];
export default normalizeCss;