@hope-ui/solid
Version:
The SolidJS component library you've hoped for.
10 lines • 399 B
TypeScript
import { PseudoSelector } from "../stitches-utils/pseudo-selector";
import { KeysOf, SystemStyleObject } from "../types";
/**
* Types for common CSS pseudo selectors
*/
export declare type PseudoSelectorProps = Partial<{
[k in keyof PseudoSelector]: SystemStyleObject;
}>;
export declare const pseudoSelectorPropNames: KeysOf<PseudoSelectorProps>;
//# sourceMappingURL=pseudo-selector.d.ts.map