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,9 @@
import * as React from 'react';
import { FlexProps } from '../../primitives/Flex';
export interface EmptyStateLayoutProps extends Pick<FlexProps, 'hasRadius' | 'shadow'> {
action?: React.ReactNode;
content: string;
icon?: React.ReactNode;
}
export declare const EmptyStateLayout: React.ForwardRefExoticComponent<EmptyStateLayoutProps & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=EmptyStateLayout.d.ts.map

View File

@@ -0,0 +1 @@
{"version":3,"file":"EmptyStateLayout.d.ts","sourceRoot":"","sources":["../../../src/components/EmptyStateLayout/EmptyStateLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,OAAO,EAAQ,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGxD,MAAM,WAAW,qBAAsB,SAAQ,IAAI,CAAC,SAAS,EAAE,WAAW,GAAG,QAAQ,CAAC;IACpF,MAAM,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CACxB;AAQD,eAAO,MAAM,gBAAgB,8FA4B5B,CAAC"}

View File

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

View File

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