Files
super-app/App/common/constants/ModalNameConstants.ts
Prajjaval Verma 4db9ca09cd TP-83691 | Benefit Screen Final (#12582)
Co-authored-by: Kshitij Pramod Ghongadi <kshitij.pramod@navi.com>
2024-10-09 09:16:26 +00:00

13 lines
711 B
TypeScript

export const PREMIUM_DETAILS_BOTTOM_SHEET = "premium_details_bottom_sheet";
export const TITLE_WITH_FEEDBACK_PILL_BOTTOM_SHEET =
"title_with_feedback_pill_bottom_sheet";
export const TITLE_WITH_STEPS_BOTTOM_SHEET = "title_with_steps_bottom_sheet";
export const TITLE_SUBTITLE_WITH_DROPDOWN_BOTTOM_SHEET =
"title_subtitle_with_dropdown_bottom_sheet";
export const MEMBER_DETAILS_BOTTOM_SHEET = "member_details_bottom_sheet";
export const POLICY_AMOUNT_BOTTOM_SHEET = "policy_amount_bottom_sheet";
export const TITLE_WITH_LEFT_RIGHT_BUTTONS_BOTTOM_SHEET =
"title_with_left_right_buttons_bottom_sheet";
export const TOP_SECTION_WITH_EXPANDABLE_CONTENT_BOTTOM_SHEET =
"top_section_expandable_bottom_sheet";