@nativetail/ui 0.2.4 → 0.2.5
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -2,7 +2,7 @@ import { cn, Text, useTw, View } from "@nativetail/core";
|
|
2
2
|
import { Pressable } from "react-native";
|
3
3
|
import { Button, ButtonProps } from "../button";
|
4
4
|
|
5
|
-
type CardProps = {
|
5
|
+
export type CardProps = {
|
6
6
|
renderHeader?: () => React.ReactNode;
|
7
7
|
title?: string;
|
8
8
|
subtitle?: string;
|