@atlrdsgn/kit
Version:
An ever–expanding library of React components, primitives, and tools
11 lines (10 loc) • 465 B
TypeScript
import { RecipeVariants, RuntimeFn } from '@vanilla-extract/recipes';
declare const z: Record<"normal" | "top" | "default" | "max" | "blur", string>;
/** ------------------------------ */
export type CanvasVariantProps = RecipeVariants<typeof canvas>;
export type CanvasZVariants = keyof typeof z;
export declare const canvas: RuntimeFn<{
z: Record<"normal" | "top" | "default" | "max" | "blur", string>;
}>;
export {};
//# sourceMappingURL=canvas.css.d.ts.map