expense-manager-react
Version:
A comprehensive expense tracking application built with React, TypeScript, and Supabase
39 lines (38 loc) • 1.05 kB
TypeScript
declare const meta: {
title: string;
component: import('react').ForwardRefExoticComponent<import('../components/ui/textarea').TextareaProps & import('react').RefAttributes<HTMLTextAreaElement>>;
tags: string[];
argTypes: {};
};
export default meta;
export declare const Default: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
placeholder: string;
};
};
export declare const Disabled: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
disabled: boolean;
placeholder: string;
};
};
export declare const WithLabel: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
placeholder: string;
};
};
export declare const WithText: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
placeholder: string;
};
};
export declare const WithButton: {
render: (args: any) => import("react/jsx-runtime").JSX.Element;
args: {
placeholder: string;
};
};