UNPKG

@praetorian-chariot/ui

Version:

The UI component library for Chariot, built with Tailwind CSS and React.

7 lines 184 B
import React from "react"; interface SettingsProps { className?: string; } export declare const Settings: React.FC<SettingsProps>; export {}; //# sourceMappingURL=Settings.d.ts.map