pchl/styled-system/css/cva.d.ts

6 lines
157 B
TypeScript

import type { RecipeCreatorFn } from '../types/recipe'
export declare const cva: RecipeCreatorFn
export type { RecipeVariantProps } from '../types/recipe'