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