dgz-ui
Version:
Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript
9 lines • 306 B
TypeScript
/**
* Root component of the application.
* Currently renders the TimePicker component for demonstration or testing purposes.
*
* @returns {JSX.Element} The rendered App component.
*/
declare function App(): import("react/jsx-runtime").JSX.Element;
export default App;
//# sourceMappingURL=App.d.ts.map