mirror of
https://github.com/jakejarvis/stitches-normalize.git
synced 2025-04-26 18:58:27 -04:00
6 lines
146 B
TypeScript
6 lines
146 B
TypeScript
import * as Stitches from "@stitches/react";
|
|
|
|
declare const normalizeCss: Record<string, Stitches.CSSProperties>[];
|
|
|
|
export default normalizeCss;
|