@corva/ui 3.59.0-1 → 3.60.0-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react';
|
|
2
|
+
import { ComponentProps, ReactNode } from 'react';
|
|
3
|
+
declare const Component: ({ children }: {
|
|
4
|
+
children?: ReactNode;
|
|
5
|
+
}) => JSX.Element;
|
|
6
|
+
type Props = ComponentProps<typeof Component>;
|
|
7
|
+
declare const meta: Meta<Props>;
|
|
8
|
+
export default meta;
|
|
9
|
+
export declare const Default: () => JSX.Element;
|
|
10
|
+
//# sourceMappingURL=Scrollbars.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Scrollbars.stories.d.ts","sourceRoot":"","sources":["../../src/componentsV2/Scrollbars.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAuBlD,QAAA,MAAM,SAAS,GAAI,cAAc;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,gBAExD,CAAC;AAEF,KAAK,KAAK,GAAG,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC;AAE9C,QAAA,MAAM,IAAI,EAAE,IAAI,CAAC,KAAK,CAGrB,CAAC;AAmBF,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,OAAO,mBAAkD,CAAC"}
|
package/mcp-server/server.mjs
CHANGED