import { QuartzComponentConstructor, QuartzComponentProps } from "./types" import { classNames } from "../util/lang" function Spacer({ displayClass }: QuartzComponentProps) { return
} export default (() => Spacer) satisfies QuartzComponentConstructor