expense-manager-react
Version:
A comprehensive expense tracking application built with React, TypeScript, and Supabase
12 lines (11 loc) • 376 B
TypeScript
declare const meta: {
title: string;
component: ({ className, ...props }: React.ComponentProps<typeof import('react-resizable-panels').PanelGroup>) => import("react/jsx-runtime").JSX.Element;
tags: string[];
argTypes: {};
};
export default meta;
export declare const Base: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {};
};