expense-manager-react
Version:
A comprehensive expense tracking application built with React, TypeScript, and Supabase
32 lines (31 loc) • 752 B
TypeScript
declare const meta: {
title: string;
component: import('react').FC<import('@radix-ui/react-dialog').DialogProps>;
tags: string[];
argTypes: {};
};
export default meta;
export declare const Default: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
side: string;
};
};
export declare const Left: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
side: string;
};
};
export declare const Top: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
side: string;
};
};
export declare const Bottom: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
side: string;
};
};