@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
26 lines • 740 B
TypeScript
import type { PropertyValue } from "@stitches/core";
export declare const border: {
/**
* The CSS `border-right` and `border-left` property
*/
borderX: (value: PropertyValue<"borderLeft">) => {
borderLeft: {
readonly [$$PropertyValue]: "borderLeft";
};
borderRight: {
readonly [$$PropertyValue]: "borderLeft";
};
};
/**
* The CSS `border-top` and `border-bottom` property
*/
borderY: (value: PropertyValue<"borderTop">) => {
borderTop: {
readonly [$$PropertyValue]: "borderTop";
};
borderBottom: {
readonly [$$PropertyValue]: "borderTop";
};
};
};
//# sourceMappingURL=border.d.ts.map