node_modules ignore

This commit is contained in:
2025-05-08 23:43:47 +02:00
parent e19d52f172
commit 4574544c9f
65041 changed files with 10593536 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import * as React from 'react';
export type SearchFormProps = Omit<React.FormHTMLAttributes<HTMLFormElement>, 'role'>;
export declare const SearchForm: (props: SearchFormProps) => JSX.Element;
//# sourceMappingURL=SearchForm.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"SearchForm.d.ts","sourceRoot":"","sources":["../../../src/components/Searchbar/SearchForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,KAAK,CAAC,kBAAkB,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC,CAAC;AAEtF,eAAO,MAAM,UAAU,UAAW,eAAe,KAAG,WAAgD,CAAC"}

View File

@@ -0,0 +1,11 @@
import * as React from 'react';
import { Field } from '../Field';
export interface SearchbarProps extends Field.InputProps {
children: React.ReactNode;
name: string;
value?: string;
onClear: React.MouseEventHandler<any>;
clearLabel: string;
}
export declare const Searchbar: React.ForwardRefExoticComponent<SearchbarProps & React.RefAttributes<HTMLInputElement>>;
//# sourceMappingURL=Searchbar.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Searchbar.d.ts","sourceRoot":"","sources":["../../../src/components/Searchbar/Searchbar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AA+CjC,MAAM,WAAW,cAAe,SAAQ,KAAK,CAAC,UAAU;IACtD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,CAAC,CAAC;IACtC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,eAAO,MAAM,SAAS,yFA8CrB,CAAC"}

View File

@@ -0,0 +1,3 @@
export * from './Searchbar';
export * from './SearchForm';
//# sourceMappingURL=index.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Searchbar/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC"}