UNPKG

expense-manager-react

Version:

A comprehensive expense tracking application built with React, TypeScript, and Supabase

13 lines (12 loc) 297 B
import { Skeleton } from '../components/ui/skeleton'; declare const meta: { title: string; component: typeof Skeleton; tags: string[]; argTypes: {}; }; export default meta; export declare const Default: { render: () => import("react/jsx-runtime").JSX.Element; args: {}; };