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.

5 lines 198 B
import React from 'react'; import './DocumentationLanding.scss'; declare const DocumentationLanding: React.FC; export default DocumentationLanding; //# sourceMappingURL=DocumentationLanding.d.ts.map