Files
echo-nexus/node_modules/@codesandbox/sandpack-react/dist/components/common/Stack.d.ts
T

16 lines
474 B
TypeScript

import * as React from "react";
export declare const stackClassName: import("@stitches/core/types/styled-component").CssComponent<never, {}, {}, {
display: string;
flexDirection: string;
width: string;
position: string;
backgroundColor: string;
gap: number;
"&:has(.sp-stack)": {
backgroundColor: string;
};
}>;
export declare const SandpackStack: React.FC<React.HTMLAttributes<HTMLDivElement> & {
children?: React.ReactNode;
}>;