UNPKG

expense-manager-react

Version:

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

28 lines (27 loc) 1.1 kB
declare const meta: { title: string; component: import('react').ForwardRefExoticComponent<Omit<{ children?: React.ReactNode; } & Pick<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof import('react').HTMLAttributes<HTMLDivElement>> & { ref?: React.Ref<HTMLDivElement>; } & { asChild?: boolean; }, "asChild" | "key" | keyof import('react').HTMLAttributes<HTMLDivElement>> & { label?: string; shouldFilter?: boolean; filter?: (value: string, search: string, keywords?: string[]) => number; defaultValue?: string; value?: string; onValueChange?: (value: string) => void; loop?: boolean; disablePointerSelection?: boolean; vimBindings?: boolean; } & import('react').RefAttributes<HTMLDivElement>, "ref"> & import('react').RefAttributes<HTMLDivElement>>; tags: string[]; argTypes: {}; }; export default meta; export declare const Base: { render: () => import("react/jsx-runtime").JSX.Element; args: {}; };