@akinon/ui-list 0.0.1

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,11 @@
1
+ import type { ListProps as AntListProps } from 'antd';
2
+ import { List as AntList } from 'antd';
3
+ import * as React from 'react';
4
+ export type ListProps<T> = AntListProps<T>;
5
+ declare const ListComponent: <T extends unknown>({ children, ...restListProps }: ListProps<T>) => React.JSX.Element;
6
+ type CompoundedComponent = typeof ListComponent & {
7
+ Item: typeof AntList.Item;
8
+ };
9
+ declare const List: CompoundedComponent;
10
+ export { List };
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,IAAI,YAAY,EAAE,MAAM,MAAM,CAAC;AACtD,OAAO,EAAE,IAAI,IAAI,OAAO,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,MAAM,SAAS,CAAC,CAAC,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC;AAI3C,QAAA,MAAM,aAAa,wFAKlB,CAAC;AAEF,KAAK,mBAAmB,GAAG,OAAO,aAAa,GAAG;IAChD,IAAI,EAAE,OAAO,OAAO,CAAC,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,IAAI,EAAE,mBAEV,CAAC;AAEH,OAAO,EAAE,IAAI,EAAE,CAAC"}