let BOTTOM_SHEET_ID = 1; export const genBottomSheetId = () => `bs_${BOTTOM_SHEET_ID++}`;