Skip to content

Commit

Permalink
Add-empty-newlines
Browse files Browse the repository at this point in the history
Co-authored-by: Yuwen Memon <[email protected]>
  • Loading branch information
ishpaul777 and yuwenmemon authored May 15, 2024
1 parent 9c1b2c4 commit e1d69f6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ import useThemeStyles from '@hooks/useThemeStyles';
type DefaultAttachmentViewProps = {
/** The name of the file */
fileName?: string;

/** Should show the download icon */
shouldShowDownloadIcon?: boolean;

/** Should show the loading spinner icon */
shouldShowLoadingSpinnerIcon?: boolean;

/** Additional styles for the container */
containerStyles?: StyleProp<ViewStyle>;
};
Expand Down

0 comments on commit e1d69f6

Please sign in to comment.