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,13 @@
import * as React from 'react';
import { BoxProps } from '../../primitives/Box';
type PortalElement = HTMLDivElement;
interface PortalProps extends BoxProps<'div'> {
/**
* An optional container where the portaled content should be appended.
*/
container?: HTMLElement | null;
}
declare const Portal: React.ForwardRefExoticComponent<Omit<PortalProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
export { Portal };
export type { PortalProps, PortalElement };
//# sourceMappingURL=Portal.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/utilities/Portal/Portal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAO,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,KAAK,aAAa,GAAG,cAAc,CAAC;AAEpC,UAAU,WAAY,SAAQ,QAAQ,CAAC,KAAK,CAAC;IAC3C;;OAEG;IACH,SAAS,CAAC,EAAE,WAAW,GAAG,IAAI,CAAC;CAChC;AAED,QAAA,MAAM,MAAM,iGAIX,CAAC;AAIF,OAAO,EAAE,MAAM,EAAE,CAAC;AAClB,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC"}

View File

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

View File

@@ -0,0 +1 @@
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/utilities/Portal/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}