UNPKG

react-vite-themes

Version:

A test/experimental React theme system created for learning purposes. Features atomic design components, SCSS variables, and dark/light theme support. Not intended for production use.

4 lines 169 B
import React from 'react'; import type { CardProps } from '../../../types/components'; export declare const Card: React.FC<CardProps>; //# sourceMappingURL=Card.d.ts.map