@akinon/ui-card 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,16 @@
1
+ import type { CardProps as AntCardProps } from 'antd';
2
+ import * as React from 'react';
3
+ export type CardProps = AntCardProps;
4
+ export declare const Card: ({ children, ...restCardProps }: CardProps) => React.JSX.Element;
5
+ export type SingleNavCard = {
6
+ title: string;
7
+ text: string;
8
+ icon: string;
9
+ iconColor: string;
10
+ onClick: () => void;
11
+ };
12
+ export type NavCardsProps = {
13
+ items: SingleNavCard[];
14
+ };
15
+ export declare const NavCards: (props: NavCardsProps) => React.JSX.Element;
16
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAEtB,OAAO,KAAK,EAAE,SAAS,IAAI,YAAY,EAAE,MAAM,MAAM,CAAC;AAEtD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,MAAM,SAAS,GAAG,YAAY,CAAC;AAErC,eAAO,MAAM,IAAI,mCAAoC,SAAS,sBAE7D,CAAC;AAQF,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,KAAK,EAAE,aAAa,EAAE,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,QAAQ,UAAW,aAAa,sBAmB5C,CAAC"}