2026-07-16 20:04:40 +05:30

5 lines
81 B
TypeScript

export interface AddItemButtonProps {
label?: string;
onPress: () => void;
}